Html Css Color HEX #317336 Japanese Laurel

📋 copy color: '#317336'

red 49 ◦ green 115 ◦ blue 54

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

Shades of Japanese Laurel #317336

Tints of Japanese Laurel #317336

RGB

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

 GREEN value IS 115 (45.31% from 255) = 52.75%

 BLUE value IS 54 (21.48% from 255) = 24.77%

R = 22.48%
G = 52.75%
B = 24.77%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#317336 (or 0x317336) is known color: Japanese Laurel. HEX triplet: 31, 73 and 36. RGB value is (49,115,54). Sum of RGB (Red+Green+Blue) = 49+115+54=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 115 (45.31% from 255 or 52.75% from 218); Blue value is 54 (21.48% from 255 or 24.77% from 218); Max value from RGB is 115 - color contains mainly: green. Hex color #317336 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317336 is #CE8CC9. Grayscale: #585858. Windows color (decimal): -13536458 or 3568433. OLE color: 3568433.

HSL color Cylindrical-coordinate representation of color #317336: hue angle of 124.55º 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 #317336 is Cyan = 0.57, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 115 54 -
CMYK 0.57 0 0.53 0.55
HSL 124.55º 0.4% 0.32% -
HSV(B) 124.55º 0.57% 0.45% -
XYZ 8.06 13.18 5.61 -
YUV 88.31 108.63 99.96 -
System Red Green Blue C M Y K H S L
Decimal 49 115 54 0.57 0 0.53 0.55 124.55 0.4 0.32
Hex 31 73 36 39 0 35 37 7D 28 20
Octal 61 163 66 71 0 65 67 175 50 40
Binary 110001 1110011 110110 111001 0 110101 110111 1111101 101000 100000

Color Harmonies of #317336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317336

Black with #317336

Text Example


Text Example

White with #317336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317336; }

 p { color: rgb(49,115,54); }

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

background-color css

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

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

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

border-color css

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

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

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