Html Css Color HEX #317735 Japanese Laurel

📋 copy color: '#317735'

red 49 ◦ green 119 ◦ blue 53

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

Shades of Japanese Laurel #317735

Tints of Japanese Laurel #317735

RGB

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

 GREEN value IS 119 (46.88% from 255) = 53.85%

 BLUE value IS 53 (21.09% from 255) = 23.98%

R = 22.17%
G = 53.85%
B = 23.98%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#317735 (or 0x317735) is known color: Japanese Laurel. HEX triplet: 31, 77 and 35. RGB value is (49,119,53). Sum of RGB (Red+Green+Blue) = 49+119+53=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 119 (46.88% from 255 or 53.85% from 221); Blue value is 53 (21.09% from 255 or 23.98% from 221); Max value from RGB is 119 - color contains mainly: green. Hex color #317735 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317735 is #CE88CA. Grayscale: #5A5A5A. Windows color (decimal): -13535435 or 3503921. OLE color: 3503921.

HSL color Cylindrical-coordinate representation of color #317735: hue angle of 123.43º 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 #317735 is Cyan = 0.59, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 119 53 -
CMYK 0.59 0 0.55 0.53
HSL 123.43º 0.42% 0.33% -
HSV(B) 123.43º 0.59% 0.47% -
XYZ 8.51 14.1 5.64 -
YUV 90.55 106.81 98.37 -
System Red Green Blue C M Y K H S L
Decimal 49 119 53 0.59 0 0.55 0.53 123.43 0.42 0.33
Hex 31 77 35 3B 0 37 35 7B 2A 21
Octal 61 167 65 73 0 67 65 173 52 41
Binary 110001 1110111 110101 111011 0 110111 110101 1111011 101010 100001

Color Harmonies of #317735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317735

Black with #317735

Text Example


Text Example

White with #317735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317735; }

 p { color: rgb(49,119,53); }

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

background-color css

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

 a { background-color: rgb(49,119,53); }

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

border-color css

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

 span { border-color: rgb(49,119,53); }

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