Html Css Color HEX #317642 Japanese Laurel

📋 copy color: '#317642'

red 49 ◦ green 118 ◦ blue 66

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

Shades of Japanese Laurel #317642

Tints of Japanese Laurel #317642

RGB

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

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

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

R = 21.03%
G = 50.64%
B = 28.33%

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

#317642 (or 0x317642) is known color: Japanese Laurel. HEX triplet: 31, 76 and 42. RGB value is (49,118,66). Sum of RGB (Red+Green+Blue) = 49+118+66=233 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.03% from 233); Green value is 118 (46.48% from 255 or 50.64% from 233); Blue value is 66 (26.17% from 255 or 28.33% from 233); Max value from RGB is 118 - color contains mainly: green. Hex color #317642 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317642 is #CE89BD. Grayscale: #5B5B5B. Windows color (decimal): -13535678 or 4355633. OLE color: 4355633.

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

Color convert

RGB 49 118 66 -
CMYK 0.58 0 0.44 0.54
HSL 134.78º 0.41% 0.33% -
HSV(B) 134.78º 0.58% 0.46% -
XYZ 8.73 14 7.4 -
YUV 91.44 113.64 97.73 -
System Red Green Blue C M Y K H S L
Decimal 49 118 66 0.58 0 0.44 0.54 134.78 0.41 0.33
Hex 31 76 42 3A 0 2C 36 87 29 21
Octal 61 166 102 72 0 54 66 207 51 41
Binary 110001 1110110 1000010 111010 0 101100 110110 10000111 101001 100001

Color Harmonies of #317642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317642

Black with #317642

Text Example


Text Example

White with #317642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317642; }

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

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

background-color css

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

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

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

border-color css

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

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

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