Html Css Color HEX #317533 Japanese Laurel

📋 copy color: '#317533'

red 49 ◦ green 117 ◦ blue 51

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

Shades of Japanese Laurel #317533

Tints of Japanese Laurel #317533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 23.5%

R = 22.58%
G = 53.92%
B = 23.5%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#317533 (or 0x317533) is known color: Japanese Laurel. HEX triplet: 31, 75 and 33. RGB value is (49,117,51). Sum of RGB (Red+Green+Blue) = 49+117+51=217 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.58% from 217); Green value is 117 (46.09% from 255 or 53.92% from 217); Blue value is 51 (20.31% from 255 or 23.50% from 217); Max value from RGB is 117 - color contains mainly: green. Hex color #317533 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317533 is #CE8ACC. Grayscale: #595959. Windows color (decimal): -13535949 or 3372337. OLE color: 3372337.

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

Color convert

RGB 49 117 51 -
CMYK 0.58 0 0.56 0.54
HSL 121.76º 0.41% 0.33% -
HSV(B) 121.76º 0.58% 0.46% -
XYZ 8.23 13.61 5.33 -
YUV 89.14 106.47 99.37 -
System Red Green Blue C M Y K H S L
Decimal 49 117 51 0.58 0 0.56 0.54 121.76 0.41 0.33
Hex 31 75 33 3A 0 38 36 7A 29 21
Octal 61 165 63 72 0 70 66 172 51 41
Binary 110001 1110101 110011 111010 0 111000 110110 1111010 101001 100001

Color Harmonies of #317533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317533

Black with #317533

Text Example


Text Example

White with #317533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317533; }

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

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

background-color css

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

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

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

border-color css

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

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

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