Html Css Color HEX #317032 Japanese Laurel

📋 copy color: '#317032'

red 49 ◦ green 112 ◦ blue 50

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

Shades of Japanese Laurel #317032

Tints of Japanese Laurel #317032

RGB

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

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

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

R = 23.22%
G = 53.08%
B = 23.7%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#317032 (or 0x317032) is known color: Japanese Laurel. HEX triplet: 31, 70 and 32. RGB value is (49,112,50). Sum of RGB (Red+Green+Blue) = 49+112+50=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 112 (44.14% from 255 or 53.08% from 211); Blue value is 50 (19.92% from 255 or 23.70% from 211); Max value from RGB is 112 - color contains mainly: green. Hex color #317032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317032 is #CE8FCD. Grayscale: #565656. Windows color (decimal): -13537230 or 3305521. OLE color: 3305521.

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

Color convert

RGB 49 112 50 -
CMYK 0.56 0 0.55 0.56
HSL 120.95º 0.39% 0.32% -
HSV(B) 120.95º 0.56% 0.44% -
XYZ 7.64 12.47 5.02 -
YUV 86.1 107.63 101.54 -
System Red Green Blue C M Y K H S L
Decimal 49 112 50 0.56 0 0.55 0.56 120.95 0.39 0.32
Hex 31 70 32 38 0 37 38 79 27 20
Octal 61 160 62 70 0 67 70 171 47 40
Binary 110001 1110000 110010 111000 0 110111 111000 1111001 100111 100000

Color Harmonies of #317032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317032

Black with #317032

Text Example


Text Example

White with #317032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317032; }

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

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

background-color css

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

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

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

border-color css

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

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

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