Html Css Color HEX #317239 Japanese Laurel

📋 copy color: '#317239'

red 49 ◦ green 114 ◦ blue 57

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

Shades of Japanese Laurel #317239

Tints of Japanese Laurel #317239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 25.91%

R = 22.27%
G = 51.82%
B = 25.91%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.50

 K value IS 0.55

RGB Variations

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

Color information

#317239 (or 0x317239) is known color: Japanese Laurel. HEX triplet: 31, 72 and 39. RGB value is (49,114,57). Sum of RGB (Red+Green+Blue) = 49+114+57=220 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.27% from 220); Green value is 114 (44.92% from 255 or 51.82% from 220); Blue value is 57 (22.66% from 255 or 25.91% from 220); Max value from RGB is 114 - color contains mainly: green. Hex color #317239 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317239 is #CE8DC6. Grayscale: #585858. Windows color (decimal): -13536711 or 3764785. OLE color: 3764785.

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

Color convert

RGB 49 114 57 -
CMYK 0.57 0 0.50 0.55
HSL 127.38º 0.4% 0.32% -
HSV(B) 127.38º 0.57% 0.45% -
XYZ 8.02 12.98 5.95 -
YUV 88.07 110.47 100.13 -
System Red Green Blue C M Y K H S L
Decimal 49 114 57 0.57 0 0.50 0.55 127.38 0.4 0.32
Hex 31 72 39 39 0 32 37 7F 28 20
Octal 61 162 71 71 0 62 67 177 50 40
Binary 110001 1110010 111001 111001 0 110010 110111 1111111 101000 100000

Color Harmonies of #317239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317239

Black with #317239

Text Example


Text Example

White with #317239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317239; }

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

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

background-color css

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

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

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

border-color css

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

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

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