Html Css Color HEX #317632 Japanese Laurel

📋 copy color: '#317632'

red 49 ◦ green 118 ◦ blue 50

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

Shades of Japanese Laurel #317632

Tints of Japanese Laurel #317632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 23.04%

R = 22.58%
G = 54.38%
B = 23.04%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#317632 (or 0x317632) is known color: Japanese Laurel. HEX triplet: 31, 76 and 32. RGB value is (49,118,50). Sum of RGB (Red+Green+Blue) = 49+118+50=217 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.58% from 217); Green value is 118 (46.48% from 255 or 54.38% from 217); Blue value is 50 (19.92% from 255 or 23.04% from 217); Max value from RGB is 118 - color contains mainly: green. Hex color #317632 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317632 is #CE89CD. Grayscale: #595959. Windows color (decimal): -13535694 or 3307057. OLE color: 3307057.

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

Color convert

RGB 49 118 50 -
CMYK 0.58 0 0.58 0.54
HSL 120.87º 0.41% 0.33% -
HSV(B) 120.87º 0.58% 0.46% -
XYZ 8.32 13.84 5.25 -
YUV 89.62 105.64 99.03 -
System Red Green Blue C M Y K H S L
Decimal 49 118 50 0.58 0 0.58 0.54 120.87 0.41 0.33
Hex 31 76 32 3A 0 3A 36 79 29 21
Octal 61 166 62 72 0 72 66 171 51 41
Binary 110001 1110110 110010 111010 0 111010 110110 1111001 101001 100001

Color Harmonies of #317632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317632

Black with #317632

Text Example


Text Example

White with #317632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317632; }

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

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

background-color css

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

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

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

border-color css

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

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

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