Html Css Color HEX #317829 Japanese Laurel

📋 copy color: '#317829'

red 49 ◦ green 120 ◦ blue 41

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

Shades of Japanese Laurel #317829

Tints of Japanese Laurel #317829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 19.52%

R = 23.33%
G = 57.14%
B = 19.52%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#317829 (or 0x317829) is known color: Japanese Laurel. HEX triplet: 31, 78 and 29. RGB value is (49,120,41). Sum of RGB (Red+Green+Blue) = 49+120+41=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 120 (47.27% from 255 or 57.14% from 210); Blue value is 41 (16.41% from 255 or 19.52% from 210); Max value from RGB is 120 - color contains mainly: green. Hex color #317829 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317829 is #CE87D6. Grayscale: #5A5A5A. Windows color (decimal): -13535191 or 2717745. OLE color: 2717745.

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

Color convert

RGB 49 120 41 -
CMYK 0.59 0 0.66 0.53
HSL 113.92º 0.49% 0.32% -
HSV(B) 113.92º 0.66% 0.47% -
XYZ 8.38 14.25 4.41 -
YUV 89.77 100.48 98.92 -
System Red Green Blue C M Y K H S L
Decimal 49 120 41 0.59 0 0.66 0.53 113.92 0.49 0.32
Hex 31 78 29 3B 0 42 35 72 31 20
Octal 61 170 51 73 0 102 65 162 61 40
Binary 110001 1111000 101001 111011 0 1000010 110101 1110010 110001 100000

Color Harmonies of #317829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317829

Black with #317829

Text Example


Text Example

White with #317829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317829; }

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

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

background-color css

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

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

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

border-color css

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

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

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