#377030

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

Shades of Japanese Laurel #377030

Tints of Japanese Laurel #377030

Color information

#377030 (or 0x377030) is unknown color: approx Japanese Laurel. HEX triplet: 37, 70 and 30. RGB value is (55,112,48). Sum of RGB (Red+Green+Blue) = 55+112+48=215 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.58% from 215); Green value is 112 (44.14% from 255 or 52.09% from 215); Blue value is 48 (19.14% from 255 or 22.33% from 215); Max value from RGB is 112 - color contains mainly: green. Hex color #377030 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377030 is #C88FCF. Grayscale: #575757. Windows color (decimal): -13144016 or 3174455. OLE color: 3174455.

HSL color Cylindrical-coordinate representation of color #377030: hue angle of 113.44º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #377030 is Cyan = 0.51, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB5511248-
CMYK0.5100.570.56
HSL113.44º40%31.37%-
HSV(B)113.44º57.14%43.92%-
XYZ7.912.614.81-
YUV87.66105.62104.7-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.58%
GREEN value IS 112 (44.14% from 255) = 52.09%
BLUE value IS 48 (19.14% from 255) = 22.33%
R=25.58%
G=52.09%
B=22.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55112480.5100.570.56113.444031.37
Hex377030330393871281f
Octal671606063071701615037
Binary11011111100001100001100110111001111000111000110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377030; }

 p { color: rgb(55,112,48); }

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

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

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

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

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

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

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