Html Css Color HEX #317431 Japanese Laurel

📋 copy color: '#317431'

red 49 ◦ green 116 ◦ blue 49

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

Shades of Japanese Laurel #317431

Tints of Japanese Laurel #317431

RGB

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

 GREEN value IS 116 (45.7% from 255) = 54.21%

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

R = 22.9%
G = 54.21%
B = 22.9%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#317431 (or 0x317431) is known color: Japanese Laurel. HEX triplet: 31, 74 and 31. RGB value is (49,116,49). Sum of RGB (Red+Green+Blue) = 49+116+49=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 116 (45.70% from 255 or 54.21% from 214); Blue value is 49 (19.53% from 255 or 22.90% from 214); Max value from RGB is 116 - color contains mainly: green. Hex color #317431 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317431 is #CE8BCE. Grayscale: #585858. Windows color (decimal): -13536207 or 3241009. OLE color: 3241009.

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

Color convert

RGB 49 116 49 -
CMYK 0.58 0 0.58 0.55
HSL 120º 0.41% 0.32% -
HSV(B) 120º 0.58% 0.45% -
XYZ 8.07 13.37 5.06 -
YUV 88.33 105.8 99.95 -
System Red Green Blue C M Y K H S L
Decimal 49 116 49 0.58 0 0.58 0.55 120 0.41 0.32
Hex 31 74 31 3A 0 3A 37 78 29 20
Octal 61 164 61 72 0 72 67 170 51 40
Binary 110001 1110100 110001 111010 0 111010 110111 1111000 101001 100000

Color Harmonies of #317431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317431

Black with #317431

Text Example


Text Example

White with #317431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317431; }

 p { color: rgb(49,116,49); }

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

background-color css

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

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

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

border-color css

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

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

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