Html Css Color HEX #377932 Japanese Laurel

📋 copy color: '#377932'

red 55 ◦ green 121 ◦ blue 50

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

Shades of Japanese Laurel #377932

Tints of Japanese Laurel #377932

RGB

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

 GREEN value IS 121 (47.66% from 255) = 53.54%

 BLUE value IS 50 (19.92% from 255) = 22.12%

R = 24.34%
G = 53.54%
B = 22.12%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#377932 (or 0x377932) is known color: Japanese Laurel. HEX triplet: 37, 79 and 32. RGB value is (55,121,50). Sum of RGB (Red+Green+Blue) = 55+121+50=226 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.34% from 226); Green value is 121 (47.66% from 255 or 53.54% from 226); Blue value is 50 (19.92% from 255 or 22.12% from 226); Max value from RGB is 121 - color contains mainly: green. Hex color #377932 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377932 is #C886CD. Grayscale: #5D5D5D. Windows color (decimal): -13141710 or 3307831. OLE color: 3307831.

HSL color Cylindrical-coordinate representation of color #377932: hue angle of 115.77º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #377932 is Cyan = 0.55, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB 55 121 50 -
CMYK 0.55 0 0.59 0.53
HSL 115.77º 0.42% 0.34% -
HSV(B) 115.77º 0.59% 0.47% -
XYZ 8.99 14.72 5.38 -
YUV 93.17 103.63 100.77 -
System Red Green Blue C M Y K H S L
Decimal 55 121 50 0.55 0 0.59 0.53 115.77 0.42 0.34
Hex 37 79 32 37 0 3B 35 74 2A 22
Octal 67 171 62 67 0 73 65 164 52 42
Binary 110111 1111001 110010 110111 0 111011 110101 1110100 101010 100010

Color Harmonies of #377932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377932

Black with #377932

Text Example


Text Example

White with #377932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377932; }

 p { color: rgb(55,121,50); }

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

background-color css

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

 a { background-color: rgb(55,121,50); }

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

border-color css

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

 span { border-color: rgb(55,121,50); }

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