Html Css Color HEX #316F33 Japanese Laurel

📋 copy color: '#316F33'

red 49 ◦ green 111 ◦ blue 51

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

Shades of Japanese Laurel #316F33

Tints of Japanese Laurel #316F33

RGB

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

 GREEN value IS 111 (43.75% from 255) = 52.61%

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

R = 23.22%
G = 52.61%
B = 24.17%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#316F33 (or 0x316F33) is known color: Japanese Laurel. HEX triplet: 31, 6F and 33. RGB value is (49,111,51). Sum of RGB (Red+Green+Blue) = 49+111+51=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 111 (43.75% from 255 or 52.61% from 211); Blue value is 51 (20.31% from 255 or 24.17% from 211); Max value from RGB is 111 - color contains mainly: green. Hex color #316F33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316F33 is #CE90CC. Grayscale: #555555. Windows color (decimal): -13537485 or 3370801. OLE color: 3370801.

HSL color Cylindrical-coordinate representation of color #316F33: hue angle of 121.94º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #316F33 is Cyan = 0.56, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 111 51 -
CMYK 0.56 0 0.54 0.56
HSL 121.94º 0.39% 0.31% -
HSV(B) 121.94º 0.56% 0.44% -
XYZ 7.55 12.26 5.1 -
YUV 85.62 108.46 101.88 -
System Red Green Blue C M Y K H S L
Decimal 49 111 51 0.56 0 0.54 0.56 121.94 0.39 0.31
Hex 31 6F 33 38 0 36 38 7A 27 1F
Octal 61 157 63 70 0 66 70 172 47 37
Binary 110001 1101111 110011 111000 0 110110 111000 1111010 100111 11111

Color Harmonies of #316F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316F33

Black with #316F33

Text Example


Text Example

White with #316F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316F33; }

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

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

background-color css

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

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

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

border-color css

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

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

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