Html Css Color HEX #317333 Japanese Laurel

📋 copy color: '#317333'

red 49 ◦ green 115 ◦ blue 51

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

Shades of Japanese Laurel #317333

Tints of Japanese Laurel #317333

RGB

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

 GREEN value IS 115 (45.31% from 255) = 53.49%

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

R = 22.79%
G = 53.49%
B = 23.72%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#317333 (or 0x317333) is known color: Japanese Laurel. HEX triplet: 31, 73 and 33. RGB value is (49,115,51). Sum of RGB (Red+Green+Blue) = 49+115+51=215 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.79% from 215); Green value is 115 (45.31% from 255 or 53.49% from 215); Blue value is 51 (20.31% from 255 or 23.72% from 215); Max value from RGB is 115 - color contains mainly: green. Hex color #317333 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317333 is #CE8CCC. Grayscale: #585858. Windows color (decimal): -13536461 or 3371825. OLE color: 3371825.

HSL color Cylindrical-coordinate representation of color #317333: hue angle of 121.82º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #317333 is Cyan = 0.57, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 115 51 -
CMYK 0.57 0 0.56 0.55
HSL 121.82º 0.4% 0.32% -
HSV(B) 121.82º 0.57% 0.45% -
XYZ 7.99 13.15 5.25 -
YUV 87.97 107.13 100.2 -
System Red Green Blue C M Y K H S L
Decimal 49 115 51 0.57 0 0.56 0.55 121.82 0.4 0.32
Hex 31 73 33 39 0 38 37 7A 28 20
Octal 61 163 63 71 0 70 67 172 50 40
Binary 110001 1110011 110011 111001 0 111000 110111 1111010 101000 100000

Color Harmonies of #317333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317333

Black with #317333

Text Example


Text Example

White with #317333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317333; }

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

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

background-color css

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

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

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

border-color css

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

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

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