#378739

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

Shades of Japanese Laurel #378739

Tints of Japanese Laurel #378739

Color information

#378739 (or 0x378739) is unknown color: approx Japanese Laurel. HEX triplet: 37, 87 and 39. RGB value is (55,135,57). Sum of RGB (Red+Green+Blue) = 55+135+57=247 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.27% from 247); Green value is 135 (53.12% from 255 or 54.66% from 247); Blue value is 57 (22.66% from 255 or 23.08% from 247); Max value from RGB is 135 - color contains mainly: green. Hex color #378739 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378739 is #C878C6. Grayscale: #666666. Windows color (decimal): -13138119 or 3770167. OLE color: 3770167.

HSL color Cylindrical-coordinate representation of color #378739: hue angle of 121.5º 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 #378739 is Cyan = 0.59, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB5513557-
CMYK0.5900.580.47
HSL121.5º42.11%37.25%-
HSV(B)121.5º59.26%52.94%-
XYZ10.9818.446.85-
YUV102.19102.594.34-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.27%
GREEN value IS 135 (53.12% from 255) = 54.66%
BLUE value IS 57 (22.66% from 255) = 23.08%
R=22.27%
G=54.66%
B=23.08%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55135570.5900.580.47121.542.1137.25
Hex3787393B03A2F7a2a25
Octal672077173072571725245
Binary1101111000011111100111101101110101011111111010101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378739; }

 p { color: rgb(55,135,57); }

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

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

 a { background-color: rgb(55,135,57); }

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

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

 span { border-color: rgb(55,135,57); }

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