Shades of Eden #1F635A
Tints of Eden #1F635A
RGB
CMYK
RGB Variations
Color information
#1F635A (or 0x1F635A) is known color: Eden. HEX triplet: 1F, 63 and 5A. RGB value is (31,99,90). Sum of RGB (Red+Green+Blue) = 31+99+90=220 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.09% from 220); Green value is 99 (39.06% from 255 or 45% from 220); Blue value is 90 (35.55% from 255 or 40.91% from 220); Max value from RGB is 99 - color contains mainly: green. Hex color #1F635A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F635A is #E09CA5. Grayscale: #4D4D4D. Windows color (decimal): -14720166 or 5923615. OLE color: 5923615.
HSL color Cylindrical-coordinate representation of color #1F635A: hue angle of 172.06º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F635A is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 31 | 99 | 90 | - |
| CMYK | 0.69 | 0 | 0.09 | 0.61 |
| HSL | 172.06º | 0.52% | 0.25% | - |
| HSV(B) | 172.06º | 0.69% | 0.39% | - |
| XYZ | 6.87 | 9.95 | 11.23 | - |
| YUV | 77.64 | 134.97 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 99 | 90 | 0.69 | 0 | 0.09 | 0.61 | 172.06 | 0.52 | 0.25 |
| Hex | 1F | 63 | 5A | 45 | 0 | 9 | 3D | AC | 34 | 19 |
| Octal | 37 | 143 | 132 | 105 | 0 | 11 | 75 | 254 | 64 | 31 |
| Binary | 11111 | 1100011 | 1011010 | 1000101 | 0 | 1001 | 111101 | 10101100 | 110100 | 11001 |
Color Harmonies of #1F635A
Complementary color
Monochromatic Colors of #1F635A
Black with #1F635A
Text Example
Text Example
White with #1F635A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F635A; }
p { color: rgb(31,99,90); }
H1.HeaderClassName
{
color: #1F635A;
}
.AnyTagClassName
{
color: #1F635A;
}
</style>
background-color css
<style>
a { background-color: #1F635A; }
a { background-color: rgb(31,99,90); }
div.DivClassName
{
background-color: #1F635A;
}
.BgClassName
{
background-color: #1F635A;
}
</style>
border-color css
<style>
span { border-color: #1F635A; }
span { border-color: rgb(31,99,90); }
td.TdClassName
{
border-color: #1F635A;
}
.TagClassName
{
border-color: #1F635A;
}
</style>