Html Css Color HEX #316E26 Japanese Laurel

📋 copy color: '#316E26'

red 49 ◦ green 110 ◦ blue 38

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

Shades of Japanese Laurel #316E26

Tints of Japanese Laurel #316E26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 19.29%

R = 24.87%
G = 55.84%
B = 19.29%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.65

 K value IS 0.57

RGB Variations

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

Color information

#316E26 (or 0x316E26) is known color: Japanese Laurel. HEX triplet: 31, 6E and 26. RGB value is (49,110,38). Sum of RGB (Red+Green+Blue) = 49+110+38=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 110 (43.36% from 255 or 55.84% from 197); Blue value is 38 (15.23% from 255 or 19.29% from 197); Max value from RGB is 110 - color contains mainly: green. Hex color #316E26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316E26 is #CE91D9. Grayscale: #535353. Windows color (decimal): -13537754 or 2518577. OLE color: 2518577.

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

Color convert

RGB 49 110 38 -
CMYK 0.55 0 0.65 0.57
HSL 110.83º 0.49% 0.29% -
HSV(B) 110.83º 0.65% 0.43% -
XYZ 7.19 11.94 3.76 -
YUV 83.55 102.29 103.35 -
System Red Green Blue C M Y K H S L
Decimal 49 110 38 0.55 0 0.65 0.57 110.83 0.49 0.29
Hex 31 6E 26 37 0 41 39 6F 31 1D
Octal 61 156 46 67 0 101 71 157 61 35
Binary 110001 1101110 100110 110111 0 1000001 111001 1101111 110001 11101

Color Harmonies of #316E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316E26

Black with #316E26

Text Example


Text Example

White with #316E26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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