Html Css Color HEX #316E2D Japanese Laurel

📋 copy color: '#316E2D'

red 49 ◦ green 110 ◦ blue 45

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

Shades of Japanese Laurel #316E2D

Tints of Japanese Laurel #316E2D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 53.92%

 BLUE value IS 45 (17.97% from 255) = 22.06%

R = 24.02%
G = 53.92%
B = 22.06%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.59

 K value IS 0.57

RGB Variations

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

Color information

#316E2D (or 0x316E2D) is known color: Japanese Laurel. HEX triplet: 31, 6E and 2D. RGB value is (49,110,45). Sum of RGB (Red+Green+Blue) = 49+110+45=204 (27% of max value = 765). Red value is 49 (19.53% from 255 or 24.02% from 204); Green value is 110 (43.36% from 255 or 53.92% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 110 - color contains mainly: green. Hex color #316E2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316E2D is #CE91D2. Grayscale: #545454. Windows color (decimal): -13537747 or 2977329. OLE color: 2977329.

HSL color Cylindrical-coordinate representation of color #316E2D: hue angle of 116.31º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #316E2D is Cyan = 0.55, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.57.

Color convert

RGB 49 110 45 -
CMYK 0.55 0 0.59 0.57
HSL 116.31º 0.42% 0.3% -
HSV(B) 116.31º 0.59% 0.43% -
XYZ 7.32 11.99 4.41 -
YUV 84.35 105.79 102.79 -
System Red Green Blue C M Y K H S L
Decimal 49 110 45 0.55 0 0.59 0.57 116.31 0.42 0.3
Hex 31 6E 2D 37 0 3B 39 74 2A 1E
Octal 61 156 55 67 0 73 71 164 52 36
Binary 110001 1101110 101101 110111 0 111011 111001 1110100 101010 11110

Color Harmonies of #316E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316E2D

Black with #316E2D

Text Example


Text Example

White with #316E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,110,45); }

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

background-color css

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

 a { background-color: rgb(49,110,45); }

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

border-color css

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

 span { border-color: rgb(49,110,45); }

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