Html Css Color HEX #31635A Eden

📋 copy color: '#31635A'

red 49 ◦ green 99 ◦ blue 90

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

Shades of Eden #31635A

Tints of Eden #31635A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.6%

 BLUE value IS 90 (35.55% from 255) = 37.82%

R = 20.59%
G = 41.6%
B = 37.82%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#31635A (or 0x31635A) is known color: Eden. HEX triplet: 31, 63 and 5A. RGB value is (49,99,90). Sum of RGB (Red+Green+Blue) = 49+99+90=238 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.59% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 90 (35.55% from 255 or 37.82% from 238); Max value from RGB is 99 - color contains mainly: green. Hex color #31635A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31635A is #CE9CA5. Grayscale: #535353. Windows color (decimal): -13540518 or 5923633. OLE color: 5923633.

HSL color Cylindrical-coordinate representation of color #31635A: hue angle of 169.2º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #31635A is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB 49 99 90 -
CMYK 0.51 0 0.09 0.61
HSL 169.2º 0.34% 0.29% -
HSV(B) 169.2º 0.51% 0.39% -
XYZ 7.57 10.31 11.26 -
YUV 83.02 131.94 103.73 -
System Red Green Blue C M Y K H S L
Decimal 49 99 90 0.51 0 0.09 0.61 169.2 0.34 0.29
Hex 31 63 5A 33 0 9 3D A9 22 1D
Octal 61 143 132 63 0 11 75 251 42 35
Binary 110001 1100011 1011010 110011 0 1001 111101 10101001 100010 11101

Color Harmonies of #31635A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31635A

Black with #31635A

Text Example


Text Example

White with #31635A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31635A; }

 p { color: rgb(49,99,90); }

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

background-color css

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

 a { background-color: rgb(49,99,90); }

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

border-color css

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

 span { border-color: rgb(49,99,90); }

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