Html Css Color HEX #316E28 Japanese Laurel

📋 copy color: '#316E28'

red 49 ◦ green 110 ◦ blue 40

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

Shades of Japanese Laurel #316E28

Tints of Japanese Laurel #316E28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 20.1%

R = 24.62%
G = 55.28%
B = 20.1%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.64

 K value IS 0.57

RGB Variations

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

Color information

#316E28 (or 0x316E28) is known color: Japanese Laurel. HEX triplet: 31, 6E and 28. RGB value is (49,110,40). Sum of RGB (Red+Green+Blue) = 49+110+40=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 110 (43.36% from 255 or 55.28% from 199); Blue value is 40 (16.02% from 255 or 20.10% from 199); Max value from RGB is 110 - color contains mainly: green. Hex color #316E28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316E28 is #CE91D7. Grayscale: #545454. Windows color (decimal): -13537752 or 2649649. OLE color: 2649649.

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

Color convert

RGB 49 110 40 -
CMYK 0.55 0 0.64 0.57
HSL 112.29º 0.47% 0.29% -
HSV(B) 112.29º 0.64% 0.43% -
XYZ 7.23 11.96 3.93 -
YUV 83.78 103.29 103.19 -
System Red Green Blue C M Y K H S L
Decimal 49 110 40 0.55 0 0.64 0.57 112.29 0.47 0.29
Hex 31 6E 28 37 0 40 39 70 2F 1D
Octal 61 156 50 67 0 100 71 160 57 35
Binary 110001 1101110 101000 110111 0 1000000 111001 1110000 101111 11101

Color Harmonies of #316E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316E28

Black with #316E28

Text Example


Text Example

White with #316E28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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