#377B2F

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

Shades of Japanese Laurel #377B2F

Tints of Japanese Laurel #377B2F

Color information

#377B2F (or 0x377B2F) is unknown color: approx Japanese Laurel. HEX triplet: 37, 7B and 2F. RGB value is (55,123,47). Sum of RGB (Red+Green+Blue) = 55+123+47=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 123 (48.44% from 255 or 54.67% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 123 - color contains mainly: green. Hex color #377B2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377B2F is #C884D0. Grayscale: #5E5E5E. Windows color (decimal): -13141201 or 3111735. OLE color: 3111735.

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

Color convert

RGB5512347-
CMYK0.5500.620.52
HSL113.68º44.71%33.33%-
HSV(B)113.68º61.79%48.24%-
XYZ9.1715.185.14-
YUV94101.47100.18-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.44%
GREEN value IS 123 (48.44% from 255) = 54.67%
BLUE value IS 47 (18.75% from 255) = 20.89%
R=24.44%
G=54.67%
B=20.89%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal55123470.5500.620.52113.6844.7133.33
Hex377B2F3703E34722d21
Octal671735767076641625541
Binary110111111101110111111011101111101101001110010101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377B2F; }

 p { color: rgb(55,123,47); }

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

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

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

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

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

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

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