Html Css Color HEX #377531 Japanese Laurel

📋 copy color: '#377531'

red 55 ◦ green 117 ◦ blue 49

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

Shades of Japanese Laurel #377531

Tints of Japanese Laurel #377531

RGB

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

 GREEN value IS 117 (46.09% from 255) = 52.94%

 BLUE value IS 49 (19.53% from 255) = 22.17%

R = 24.89%
G = 52.94%
B = 22.17%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#377531 (or 0x377531) is known color: Japanese Laurel. HEX triplet: 37, 75 and 31. RGB value is (55,117,49). Sum of RGB (Red+Green+Blue) = 55+117+49=221 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.89% from 221); Green value is 117 (46.09% from 255 or 52.94% from 221); Blue value is 49 (19.53% from 255 or 22.17% from 221); Max value from RGB is 117 - color contains mainly: green. Hex color #377531 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377531 is #C88ACE. Grayscale: #5A5A5A. Windows color (decimal): -13142735 or 3241271. OLE color: 3241271.

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

Color convert

RGB 55 117 49 -
CMYK 0.53 0 0.58 0.54
HSL 114.71º 0.41% 0.33% -
HSV(B) 114.71º 0.58% 0.46% -
XYZ 8.49 13.76 5.11 -
YUV 90.71 104.46 102.53 -
System Red Green Blue C M Y K H S L
Decimal 55 117 49 0.53 0 0.58 0.54 114.71 0.41 0.33
Hex 37 75 31 35 0 3A 36 73 29 21
Octal 67 165 61 65 0 72 66 163 51 41
Binary 110111 1110101 110001 110101 0 111010 110110 1110011 101001 100001

Color Harmonies of #377531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377531

Black with #377531

Text Example


Text Example

White with #377531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377531; }

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

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

background-color css

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

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

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

border-color css

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

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

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