Html Css Color HEX #377033 Japanese Laurel

📋 copy color: '#377033'

red 55 ◦ green 112 ◦ blue 51

#377033
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #377033

Tints of Japanese Laurel #377033

RGB

 RED value IS 55 (21.88% from 255) = 25.23%

 GREEN value IS 112 (44.14% from 255) = 51.38%

 BLUE value IS 51 (20.31% from 255) = 23.39%

R = 25.23%
G = 51.38%
B = 23.39%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#377033 (or 0x377033) is known color: Japanese Laurel. HEX triplet: 37, 70 and 33. RGB value is (55,112,51). Sum of RGB (Red+Green+Blue) = 55+112+51=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 112 (44.14% from 255 or 51.38% from 218); Blue value is 51 (20.31% from 255 or 23.39% from 218); Max value from RGB is 112 - color contains mainly: green. Hex color #377033 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377033 is #C88FCC. Grayscale: #585858. Windows color (decimal): -13144013 or 3371063. OLE color: 3371063.

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

Color convert

RGB 55 112 51 -
CMYK 0.51 0 0.54 0.56
HSL 116.07º 0.37% 0.32% -
HSV(B) 116.07º 0.54% 0.44% -
XYZ 7.97 12.64 5.15 -
YUV 88 107.12 104.46 -
System Red Green Blue C M Y K H S L
Decimal 55 112 51 0.51 0 0.54 0.56 116.07 0.37 0.32
Hex 37 70 33 33 0 36 38 74 25 20
Octal 67 160 63 63 0 66 70 164 45 40
Binary 110111 1110000 110011 110011 0 110110 111000 1110100 100101 100000

Color Harmonies of #377033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377033

Black with #377033

Text Example


Text Example

White with #377033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377033; }

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

 H1.HeaderClassName
 {
   color: #377033;
 }
 .AnyTagClassName
 {
   color: #377033;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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