#377238

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

Shades of Japanese Laurel #377238

Tints of Japanese Laurel #377238

Color information

#377238 (or 0x377238) is unknown color: approx Japanese Laurel. HEX triplet: 37, 72 and 38. RGB value is (55,114,56). Sum of RGB (Red+Green+Blue) = 55+114+56=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 114 (44.92% from 255 or 50.67% from 225); Blue value is 56 (22.27% from 255 or 24.89% from 225); Max value from RGB is 114 - color contains mainly: green. Hex color #377238 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377238 is #C88DC7. Grayscale: #595959. Windows color (decimal): -13143496 or 3699255. OLE color: 3699255.

HSL color Cylindrical-coordinate representation of color #377238: hue angle of 121.02º 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 #377238 is Cyan = 0.52, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB5511456-
CMYK0.5200.510.55
HSL121.02º34.91%33.14%-
HSV(B)121.02º51.75%44.71%-
XYZ8.3113.135.84-
YUV89.75108.95103.22-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.44%
GREEN value IS 114 (44.92% from 255) = 50.67%
BLUE value IS 56 (22.27% from 255) = 24.89%
R=24.44%
G=50.67%
B=24.89%

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
Decimal55114560.5200.510.55121.0234.9133.14
Hex3772383403337792321
Octal671627064063671714341
Binary110111111001011100011010001100111101111111001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377238; }

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

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

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

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

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

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

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

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