#377338

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

Shades of Japanese Laurel #377338

Tints of Japanese Laurel #377338

Color information

#377338 (or 0x377338) is unknown color: approx Japanese Laurel. HEX triplet: 37, 73 and 38. RGB value is (55,115,56). Sum of RGB (Red+Green+Blue) = 55+115+56=226 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.34% from 226); Green value is 115 (45.31% from 255 or 50.88% from 226); Blue value is 56 (22.27% from 255 or 24.78% from 226); Max value from RGB is 115 - color contains mainly: green. Hex color #377338 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377338 is #C88CC7. Grayscale: #5A5A5A. Windows color (decimal): -13143240 or 3699511. OLE color: 3699511.

HSL color Cylindrical-coordinate representation of color #377338: hue angle of 121º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #377338 is Cyan = 0.52, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB5511556-
CMYK0.5200.510.55
HSL121º35.29%33.33%-
HSV(B)121º52.17%45.1%-
XYZ8.4213.365.88-
YUV90.33108.62102.8-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.34%
GREEN value IS 115 (45.31% from 255) = 50.88%
BLUE value IS 56 (22.27% from 255) = 24.78%
R=24.34%
G=50.88%
B=24.78%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55115560.5200.510.5512135.2933.33
Hex3773383403337792321
Octal671637064063671714341
Binary110111111001111100011010001100111101111111001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377338; }

 p { color: rgb(55,115,56); }

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

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

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

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

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

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

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