Html Css Color HEX #317639 Japanese Laurel

📋 copy color: '#317639'

red 49 ◦ green 118 ◦ blue 57

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

Shades of Japanese Laurel #317639

Tints of Japanese Laurel #317639

RGB

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

 GREEN value IS 118 (46.48% from 255) = 52.68%

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

R = 21.88%
G = 52.68%
B = 25.45%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.52

 K value IS 0.54

RGB Variations

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

Color information

#317639 (or 0x317639) is known color: Japanese Laurel. HEX triplet: 31, 76 and 39. RGB value is (49,118,57). Sum of RGB (Red+Green+Blue) = 49+118+57=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 118 (46.48% from 255 or 52.68% from 224); Blue value is 57 (22.66% from 255 or 25.45% from 224); Max value from RGB is 118 - color contains mainly: green. Hex color #317639 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317639 is #CE89C6. Grayscale: #5A5A5A. Windows color (decimal): -13535687 or 3765809. OLE color: 3765809.

HSL color Cylindrical-coordinate representation of color #317639: hue angle of 126.96º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #317639 is Cyan = 0.58, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 118 57 -
CMYK 0.58 0 0.52 0.54
HSL 126.96º 0.41% 0.33% -
HSV(B) 126.96º 0.58% 0.46% -
XYZ 8.48 13.91 6.11 -
YUV 90.42 109.14 98.46 -
System Red Green Blue C M Y K H S L
Decimal 49 118 57 0.58 0 0.52 0.54 126.96 0.41 0.33
Hex 31 76 39 3A 0 34 36 7F 29 21
Octal 61 166 71 72 0 64 66 177 51 41
Binary 110001 1110110 111001 111010 0 110100 110110 1111111 101001 100001

Color Harmonies of #317639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317639

Black with #317639

Text Example


Text Example

White with #317639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317639; }

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

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

background-color css

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

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

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

border-color css

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

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

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