Html Css Color HEX #317134 Japanese Laurel

📋 copy color: '#317134'

red 49 ◦ green 113 ◦ blue 52

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

Shades of Japanese Laurel #317134

Tints of Japanese Laurel #317134

RGB

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

 GREEN value IS 113 (44.53% from 255) = 52.8%

 BLUE value IS 52 (20.7% from 255) = 24.3%

R = 22.9%
G = 52.8%
B = 24.3%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#317134 (or 0x317134) is known color: Japanese Laurel. HEX triplet: 31, 71 and 34. RGB value is (49,113,52). Sum of RGB (Red+Green+Blue) = 49+113+52=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 113 (44.53% from 255 or 52.80% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 113 - color contains mainly: green. Hex color #317134 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317134 is #CE8ECB. Grayscale: #575757. Windows color (decimal): -13536972 or 3436849. OLE color: 3436849.

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

Color convert

RGB 49 113 52 -
CMYK 0.57 0 0.54 0.56
HSL 122.81º 0.4% 0.32% -
HSV(B) 122.81º 0.57% 0.44% -
XYZ 7.79 12.71 5.29 -
YUV 86.91 108.3 100.96 -
System Red Green Blue C M Y K H S L
Decimal 49 113 52 0.57 0 0.54 0.56 122.81 0.4 0.32
Hex 31 71 34 39 0 36 38 7B 28 20
Octal 61 161 64 71 0 66 70 173 50 40
Binary 110001 1110001 110100 111001 0 110110 111000 1111011 101000 100000

Color Harmonies of #317134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317134

Black with #317134

Text Example


Text Example

White with #317134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317134; }

 p { color: rgb(49,113,52); }

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

background-color css

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

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

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

border-color css

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

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

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