Html Css Color HEX #317542 Japanese Laurel

📋 copy color: '#317542'

red 49 ◦ green 117 ◦ blue 66

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

Shades of Japanese Laurel #317542

Tints of Japanese Laurel #317542

RGB

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

 GREEN value IS 117 (46.09% from 255) = 50.43%

 BLUE value IS 66 (26.17% from 255) = 28.45%

R = 21.12%
G = 50.43%
B = 28.45%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#317542 (or 0x317542) is known color: Japanese Laurel. HEX triplet: 31, 75 and 42. RGB value is (49,117,66). Sum of RGB (Red+Green+Blue) = 49+117+66=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 117 (46.09% from 255 or 50.43% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 117 - color contains mainly: green. Hex color #317542 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317542 is #CE8ABD. Grayscale: #5A5A5A. Windows color (decimal): -13535934 or 4355377. OLE color: 4355377.

HSL color Cylindrical-coordinate representation of color #317542: hue angle of 135º 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 #317542 is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 117 66 -
CMYK 0.58 0 0.44 0.54
HSL 135º 0.41% 0.33% -
HSV(B) 135º 0.58% 0.46% -
XYZ 8.61 13.77 7.36 -
YUV 90.85 113.97 98.15 -
System Red Green Blue C M Y K H S L
Decimal 49 117 66 0.58 0 0.44 0.54 135 0.41 0.33
Hex 31 75 42 3A 0 2C 36 87 29 21
Octal 61 165 102 72 0 54 66 207 51 41
Binary 110001 1110101 1000010 111010 0 101100 110110 10000111 101001 100001

Color Harmonies of #317542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317542

Black with #317542

Text Example


Text Example

White with #317542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317542; }

 p { color: rgb(49,117,66); }

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

background-color css

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

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

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

border-color css

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

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

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