#377534

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

Shades of Japanese Laurel #377534

Tints of Japanese Laurel #377534

Color information

#377534 (or 0x377534) is unknown color: approx Japanese Laurel. HEX triplet: 37, 75 and 34. RGB value is (55,117,52). Sum of RGB (Red+Green+Blue) = 55+117+52=224 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.55% from 224); Green value is 117 (46.09% from 255 or 52.23% from 224); Blue value is 52 (20.70% from 255 or 23.21% from 224); Max value from RGB is 117 - color contains mainly: green. Hex color #377534 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377534 is #C88ACB. Grayscale: #5B5B5B. Windows color (decimal): -13142732 or 3437879. OLE color: 3437879.

HSL color Cylindrical-coordinate representation of color #377534: hue angle of 117.23º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #377534 is Cyan = 0.53, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB5511752-
CMYK0.5300.560.54
HSL117.23º38.46%33.14%-
HSV(B)117.23º55.56%45.88%-
XYZ8.5613.785.46-
YUV91.05105.96102.29-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.55%
GREEN value IS 117 (46.09% from 255) = 52.23%
BLUE value IS 52 (20.70% from 255) = 23.21%
R=24.55%
G=52.23%
B=23.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55117520.5300.560.54117.2338.4633.14
Hex3775343503836752621
Octal671656465070661654641
Binary110111111010111010011010101110001101101110101100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377534; }

 p { color: rgb(55,117,52); }

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

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

 a { background-color: rgb(55,117,52); }

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

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

 span { border-color: rgb(55,117,52); }

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