Html Css Color HEX #316762 Eden

📋 copy color: '#316762'

red 49 ◦ green 103 ◦ blue 98

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

Shades of Eden #316762

Tints of Eden #316762

RGB

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

 GREEN value IS 103 (40.63% from 255) = 41.2%

 BLUE value IS 98 (38.67% from 255) = 39.2%

R = 19.6%
G = 41.2%
B = 39.2%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.05

 K value IS 0.60

RGB Variations

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

Color information

#316762 (or 0x316762) is known color: Eden. HEX triplet: 31, 67 and 62. RGB value is (49,103,98). Sum of RGB (Red+Green+Blue) = 49+103+98=250 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.6% from 250); Green value is 103 (40.62% from 255 or 41.2% from 250); Blue value is 98 (38.67% from 255 or 39.2% from 250); Max value from RGB is 103 - color contains mainly: green. Hex color #316762 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316762 is #CE989D. Grayscale: #565656. Windows color (decimal): -13539486 or 6448945. OLE color: 6448945.

HSL color Cylindrical-coordinate representation of color #316762: hue angle of 174.44º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #316762 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB 49 103 98 -
CMYK 0.52 0 0.05 0.60
HSL 174.44º 0.36% 0.3% -
HSV(B) 174.44º 0.52% 0.4% -
XYZ 8.32 11.24 13.29 -
YUV 86.28 134.61 101.41 -
System Red Green Blue C M Y K H S L
Decimal 49 103 98 0.52 0 0.05 0.60 174.44 0.36 0.3
Hex 31 67 62 34 0 5 3C AE 24 1E
Octal 61 147 142 64 0 5 74 256 44 36
Binary 110001 1100111 1100010 110100 0 101 111100 10101110 100100 11110

Color Harmonies of #316762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316762

Black with #316762

Text Example


Text Example

White with #316762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316762; }

 p { color: rgb(49,103,98); }

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

background-color css

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

 a { background-color: rgb(49,103,98); }

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

border-color css

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

 span { border-color: rgb(49,103,98); }

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