Html Css Color HEX #377B32 Japanese Laurel

📋 copy color: '#377B32'

red 55 ◦ green 123 ◦ blue 50

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

Shades of Japanese Laurel #377B32

Tints of Japanese Laurel #377B32

RGB

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

 GREEN value IS 123 (48.44% from 255) = 53.95%

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

R = 24.12%
G = 53.95%
B = 21.93%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.59

 K value IS 0.52

RGB Variations

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

Color information

#377B32 (or 0x377B32) is known color: Japanese Laurel. HEX triplet: 37, 7B and 32. RGB value is (55,123,50). Sum of RGB (Red+Green+Blue) = 55+123+50=228 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.12% from 228); Green value is 123 (48.44% from 255 or 53.95% from 228); Blue value is 50 (19.92% from 255 or 21.93% from 228); Max value from RGB is 123 - color contains mainly: green. Hex color #377B32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377B32 is #C884CD. Grayscale: #5E5E5E. Windows color (decimal): -13141198 or 3308343. OLE color: 3308343.

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

Color convert

RGB 55 123 50 -
CMYK 0.55 0 0.59 0.52
HSL 115.89º 0.42% 0.34% -
HSV(B) 115.89º 0.59% 0.48% -
XYZ 9.23 15.21 5.47 -
YUV 94.35 102.97 99.94 -
System Red Green Blue C M Y K H S L
Decimal 55 123 50 0.55 0 0.59 0.52 115.89 0.42 0.34
Hex 37 7B 32 37 0 3B 34 74 2A 22
Octal 67 173 62 67 0 73 64 164 52 42
Binary 110111 1111011 110010 110111 0 111011 110100 1110100 101010 100010

Color Harmonies of #377B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377B32

Black with #377B32

Text Example


Text Example

White with #377B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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