#378640

Color #378640 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #378640

Tints of Japanese Laurel #378640

Color information

#378640 (or 0x378640) is unknown color: approx Japanese Laurel. HEX triplet: 37, 86 and 40. RGB value is (55,134,64). Sum of RGB (Red+Green+Blue) = 55+134+64=253 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.74% from 253); Green value is 134 (52.73% from 255 or 52.96% from 253); Blue value is 64 (25.39% from 255 or 25.30% from 253); Max value from RGB is 134 - color contains mainly: green. Hex color #378640 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378640 is #C879BF. Grayscale: #666666. Windows color (decimal): -13138368 or 4228663. OLE color: 4228663.

HSL color Cylindrical-coordinate representation of color #378640: hue angle of 126.84º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #378640 is Cyan = 0.59, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB5513464-
CMYK0.5900.520.47
HSL126.84º41.8%37.06%-
HSV(B)126.84º58.96%52.55%-
XYZ11.0318.237.79-
YUV102.4106.3394.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 21.74%
GREEN value IS 134 (52.73% from 255) = 52.96%
BLUE value IS 64 (25.39% from 255) = 25.30%
R=21.74%
G=52.96%
B=25.30%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55134640.5900.520.47126.8441.837.06
Hex3786403B0342F7f2a25
Octal6720610073064571775245
Binary11011110000110100000011101101101001011111111111101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378640; }

 p { color: rgb(55,134,64); }

 H1.HeaderClassName
 {
   color: #378640;
 }
 .AnyTagClassName
 {
   color: #378640;
 }
</style>
background-color css

<style>
 a { background-color: #378640; }

 a { background-color: rgb(55,134,64); }

 div.DivClassName
 {
   background-color: #378640;
 }
 .BgClassName
 {
   background-color: #378640;
 }
</style>
border-color css

<style>
 span { border-color: #378640; }

 span { border-color: rgb(55,134,64); }

 td.TdClassName
 {
   border-color: #378640;
 }
 .TagClassName
 {
   border-color: #378640;
 }
</style>