Html Css Color HEX #317232 Japanese Laurel

📋 copy color: '#317232'

red 49 ◦ green 114 ◦ blue 50

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

Shades of Japanese Laurel #317232

Tints of Japanese Laurel #317232

RGB

 RED value IS 49 (19.53% from 255) = 23%

 GREEN value IS 114 (44.92% from 255) = 53.52%

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

R = 23%
G = 53.52%
B = 23.47%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#317232 (or 0x317232) is known color: Japanese Laurel. HEX triplet: 31, 72 and 32. RGB value is (49,114,50). Sum of RGB (Red+Green+Blue) = 49+114+50=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 114 (44.92% from 255 or 53.52% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 114 - color contains mainly: green. Hex color #317232 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317232 is #CE8DCD. Grayscale: #575757. Windows color (decimal): -13536718 or 3306033. OLE color: 3306033.

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

Color convert

RGB 49 114 50 -
CMYK 0.57 0 0.56 0.55
HSL 120.92º 0.4% 0.32% -
HSV(B) 120.92º 0.57% 0.45% -
XYZ 7.86 12.92 5.1 -
YUV 87.27 106.97 100.7 -
System Red Green Blue C M Y K H S L
Decimal 49 114 50 0.57 0 0.56 0.55 120.92 0.4 0.32
Hex 31 72 32 39 0 38 37 79 28 20
Octal 61 162 62 71 0 70 67 171 50 40
Binary 110001 1110010 110010 111001 0 111000 110111 1111001 101000 100000

Color Harmonies of #317232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317232

Black with #317232

Text Example


Text Example

White with #317232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317232; }

 p { color: rgb(49,114,50); }

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

background-color css

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

 a { background-color: rgb(49,114,50); }

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

border-color css

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

 span { border-color: rgb(49,114,50); }

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