#378136

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

Shades of Japanese Laurel #378136

Tints of Japanese Laurel #378136

Color information

#378136 (or 0x378136) is unknown color: approx Japanese Laurel. HEX triplet: 37, 81 and 36. RGB value is (55,129,54). Sum of RGB (Red+Green+Blue) = 55+129+54=238 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.11% from 238); Green value is 129 (50.78% from 255 or 54.20% from 238); Blue value is 54 (21.48% from 255 or 22.69% from 238); Max value from RGB is 129 - color contains mainly: green. Hex color #378136 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378136 is #C87EC9. Grayscale: #626262. Windows color (decimal): -13139658 or 3572023. OLE color: 3572023.

HSL color Cylindrical-coordinate representation of color #378136: hue angle of 119.2º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #378136 is Cyan = 0.57, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB5512954-
CMYK0.5700.580.49
HSL119.2º40.98%35.88%-
HSV(B)119.2º58.14%50.59%-
XYZ10.0916.786.2-
YUV98.32102.9897.1-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.11%
GREEN value IS 129 (50.78% from 255) = 54.20%
BLUE value IS 54 (21.48% from 255) = 22.69%
R=23.11%
G=54.20%
B=22.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55129540.5700.580.49119.240.9835.88
Hex3781363903A31772924
Octal672016671072611675144
Binary1101111000000111011011100101110101100011110111101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378136; }

 p { color: rgb(55,129,54); }

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

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

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

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

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

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

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