Html Css Color HEX #31665F Eden

📋 copy color: '#31665F'

red 49 ◦ green 102 ◦ blue 95

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

Shades of Eden #31665F

Tints of Eden #31665F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 41.46%

 BLUE value IS 95 (37.5% from 255) = 38.62%

R = 19.92%
G = 41.46%
B = 38.62%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.07

 K value IS 0.6

RGB Variations

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

Color information

#31665F (or 0x31665F) is known color: Eden. HEX triplet: 31, 66 and 5F. RGB value is (49,102,95). Sum of RGB (Red+Green+Blue) = 49+102+95=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 102 (40.23% from 255 or 41.46% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 102 - color contains mainly: green. Hex color #31665F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31665F is #CE99A0. Grayscale: #555555. Windows color (decimal): -13539745 or 6252081. OLE color: 6252081.

HSL color Cylindrical-coordinate representation of color #31665F: hue angle of 172.08º degrees, saturation: 0.35, 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 #31665F is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.6.

Color convert

RGB 49 102 95 -
CMYK 0.52 0 0.07 0.6
HSL 172.08º 0.35% 0.3% -
HSV(B) 172.08º 0.52% 0.4% -
XYZ 8.08 10.98 12.52 -
YUV 85.36 133.44 102.07 -
System Red Green Blue C M Y K H S L
Decimal 49 102 95 0.52 0 0.07 0.6 172.08 0.35 0.3
Hex 31 66 5F 34 0 7 3C AC 23 1E
Octal 61 146 137 64 0 7 74 254 43 36
Binary 110001 1100110 1011111 110100 0 111 111100 10101100 100011 11110

Color Harmonies of #31665F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31665F

Black with #31665F

Text Example


Text Example

White with #31665F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31665F; }

 p { color: rgb(49,102,95); }

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

background-color css

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

 a { background-color: rgb(49,102,95); }

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

border-color css

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

 span { border-color: rgb(49,102,95); }

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