#378637

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

Shades of Japanese Laurel #378637

Tints of Japanese Laurel #378637

Color information

#378637 (or 0x378637) is unknown color: approx Japanese Laurel. HEX triplet: 37, 86 and 37. RGB value is (55,134,55). Sum of RGB (Red+Green+Blue) = 55+134+55=244 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.54% from 244); Green value is 134 (52.73% from 255 or 54.92% from 244); Blue value is 55 (21.88% from 255 or 22.54% from 244); Max value from RGB is 134 - color contains mainly: green. Hex color #378637 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378637 is #C879C8. Grayscale: #656565. Windows color (decimal): -13138377 or 3638839. OLE color: 3638839.

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

Color convert

RGB5513455-
CMYK0.5900.590.47
HSL120º41.8%37.06%-
HSV(B)120º58.96%52.55%-
XYZ10.7918.146.55-
YUV101.37101.8394.92-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.54%
GREEN value IS 134 (52.73% from 255) = 54.92%
BLUE value IS 55 (21.88% from 255) = 22.54%
R=22.54%
G=54.92%
B=22.54%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55134550.5900.590.4712041.837.06
Hex3786373B03B2F782a25
Octal672066773073571705245
Binary1101111000011011011111101101110111011111111000101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378637; }

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

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

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

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

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

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

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

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