Html Css Color HEX #317540 Japanese Laurel

📋 copy color: '#317540'

red 49 ◦ green 117 ◦ blue 64

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

Shades of Japanese Laurel #317540

Tints of Japanese Laurel #317540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 27.83%

R = 21.3%
G = 50.87%
B = 27.83%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#317540 (or 0x317540) is known color: Japanese Laurel. HEX triplet: 31, 75 and 40. RGB value is (49,117,64). Sum of RGB (Red+Green+Blue) = 49+117+64=230 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.30% from 230); Green value is 117 (46.09% from 255 or 50.87% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 117 - color contains mainly: green. Hex color #317540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317540 is #CE8ABF. Grayscale: #5A5A5A. Windows color (decimal): -13535936 or 4224305. OLE color: 4224305.

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

Color convert

RGB 49 117 64 -
CMYK 0.58 0 0.45 0.54
HSL 133.24º 0.41% 0.33% -
HSV(B) 133.24º 0.58% 0.46% -
XYZ 8.55 13.75 7.05 -
YUV 90.63 112.97 98.31 -
System Red Green Blue C M Y K H S L
Decimal 49 117 64 0.58 0 0.45 0.54 133.24 0.41 0.33
Hex 31 75 40 3A 0 2D 36 85 29 21
Octal 61 165 100 72 0 55 66 205 51 41
Binary 110001 1110101 1000000 111010 0 101101 110110 10000101 101001 100001

Color Harmonies of #317540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317540

Black with #317540

Text Example


Text Example

White with #317540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317540; }

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

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

background-color css

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

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

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

border-color css

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

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

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