#377230

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

Shades of Japanese Laurel #377230

Tints of Japanese Laurel #377230

Color information

#377230 (or 0x377230) is unknown color: approx Japanese Laurel. HEX triplet: 37, 72 and 30. RGB value is (55,114,48). Sum of RGB (Red+Green+Blue) = 55+114+48=217 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.35% from 217); Green value is 114 (44.92% from 255 or 52.53% from 217); Blue value is 48 (19.14% from 255 or 22.12% from 217); Max value from RGB is 114 - color contains mainly: green. Hex color #377230 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377230 is #C88DCF. Grayscale: #595959. Windows color (decimal): -13143504 or 3174967. OLE color: 3174967.

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

Color convert

RGB5511448-
CMYK0.5200.580.55
HSL113.64º40.74%31.76%-
HSV(B)113.64º57.89%44.71%-
XYZ8.1313.064.89-
YUV88.84104.95103.87-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.35%
GREEN value IS 114 (44.92% from 255) = 52.53%
BLUE value IS 48 (19.14% from 255) = 22.12%
R=25.35%
G=52.53%
B=22.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55114480.5200.580.55113.6440.7431.76
Hex3772303403A37722920
Octal671626064072671625140
Binary110111111001011000011010001110101101111110010101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377230; }

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

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

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

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

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

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

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

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