Html Css Color HEX #317841 Japanese Laurel

📋 copy color: '#317841'

red 49 ◦ green 120 ◦ blue 65

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

Shades of Japanese Laurel #317841

Tints of Japanese Laurel #317841

RGB

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

 GREEN value IS 120 (47.27% from 255) = 51.28%

 BLUE value IS 65 (25.78% from 255) = 27.78%

R = 20.94%
G = 51.28%
B = 27.78%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#317841 (or 0x317841) is known color: Japanese Laurel. HEX triplet: 31, 78 and 41. RGB value is (49,120,65). Sum of RGB (Red+Green+Blue) = 49+120+65=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 120 (47.27% from 255 or 51.28% from 234); Blue value is 65 (25.78% from 255 or 27.78% from 234); Max value from RGB is 120 - color contains mainly: green. Hex color #317841 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317841 is #CE87BE. Grayscale: #5C5C5C. Windows color (decimal): -13535167 or 4290609. OLE color: 4290609.

HSL color Cylindrical-coordinate representation of color #317841: hue angle of 133.52º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #317841 is Cyan = 0.59, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 120 65 -
CMYK 0.59 0 0.46 0.53
HSL 133.52º 0.42% 0.33% -
HSV(B) 133.52º 0.59% 0.47% -
XYZ 8.94 14.47 7.32 -
YUV 92.5 112.48 96.97 -
System Red Green Blue C M Y K H S L
Decimal 49 120 65 0.59 0 0.46 0.53 133.52 0.42 0.33
Hex 31 78 41 3B 0 2E 35 86 2A 21
Octal 61 170 101 73 0 56 65 206 52 41
Binary 110001 1111000 1000001 111011 0 101110 110101 10000110 101010 100001

Color Harmonies of #317841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317841

Black with #317841

Text Example


Text Example

White with #317841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317841; }

 p { color: rgb(49,120,65); }

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

background-color css

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

 a { background-color: rgb(49,120,65); }

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

border-color css

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

 span { border-color: rgb(49,120,65); }

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