Html Css Color HEX #316C5C Eden

📋 copy color: '#316C5C'

red 49 ◦ green 108 ◦ blue 92

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

Shades of Eden #316C5C

Tints of Eden #316C5C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 43.37%

 BLUE value IS 92 (36.33% from 255) = 36.95%

R = 19.68%
G = 43.37%
B = 36.95%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.15

 K value IS 0.58

RGB Variations

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

Color information

#316C5C (or 0x316C5C) is known color: Eden. HEX triplet: 31, 6C and 5C. RGB value is (49,108,92). Sum of RGB (Red+Green+Blue) = 49+108+92=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 108 (42.58% from 255 or 43.37% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 108 - color contains mainly: green. Hex color #316C5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316C5C is #CE93A3. Grayscale: #585858. Windows color (decimal): -13538212 or 6057009. OLE color: 6057009.

HSL color Cylindrical-coordinate representation of color #316C5C: hue angle of 163.73º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #316C5C is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB 49 108 92 -
CMYK 0.55 0 0.15 0.58
HSL 163.73º 0.38% 0.31% -
HSV(B) 163.73º 0.55% 0.42% -
XYZ 8.56 12.15 12.02 -
YUV 88.54 129.95 99.8 -
System Red Green Blue C M Y K H S L
Decimal 49 108 92 0.55 0 0.15 0.58 163.73 0.38 0.31
Hex 31 6C 5C 37 0 F 3A A4 26 1F
Octal 61 154 134 67 0 17 72 244 46 37
Binary 110001 1101100 1011100 110111 0 1111 111010 10100100 100110 11111

Color Harmonies of #316C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316C5C

Black with #316C5C

Text Example


Text Example

White with #316C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,108,92); }

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

background-color css

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

 a { background-color: rgb(49,108,92); }

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

border-color css

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

 span { border-color: rgb(49,108,92); }

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