Shades of Green Kelp #35362F
Tints of Green Kelp #35362F
RGB
CMYK
RGB Variations
Color information
#35362F (or 0x35362F) is known color: Green Kelp. HEX triplet: 35, 36 and 2F. RGB value is (53,54,47). Sum of RGB (Red+Green+Blue) = 53+54+47=154 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.42% from 154); Green value is 54 (21.48% from 255 or 35.06% from 154); Blue value is 47 (18.75% from 255 or 30.52% from 154); Max value from RGB is 54 - color contains mainly: green. Hex color #35362F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35362F is #CAC9D0. Grayscale: #343434. Windows color (decimal): -13289937 or 3094069. OLE color: 3094069.
HSL color Cylindrical-coordinate representation of color #35362F: hue angle of 68.57º degrees, saturation: 0.07, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #35362F is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 54 | 47 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.79 |
| HSL | 68.57º | 0.07% | 0.2% | - |
| HSV(B) | 68.57º | 0.13% | 0.21% | - |
| XYZ | 3.3 | 3.6 | 3.21 | - |
| YUV | 52.9 | 124.67 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 54 | 47 | 0.02 | 0 | 0.13 | 0.79 | 68.57 | 0.07 | 0.2 |
| Hex | 35 | 36 | 2F | 2 | 0 | D | 4F | 45 | 7 | 14 |
| Octal | 65 | 66 | 57 | 2 | 0 | 15 | 117 | 105 | 7 | 24 |
| Binary | 110101 | 110110 | 101111 | 10 | 0 | 1101 | 1001111 | 1000101 | 111 | 10100 |
Color Harmonies of #35362F
Complementary color
Monochromatic Colors of #35362F
Black with #35362F
Text Example
Text Example
White with #35362F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35362F; }
p { color: rgb(53,54,47); }
H1.HeaderClassName
{
color: #35362F;
}
.AnyTagClassName
{
color: #35362F;
}
</style>
background-color css
<style>
a { background-color: #35362F; }
a { background-color: rgb(53,54,47); }
div.DivClassName
{
background-color: #35362F;
}
.BgClassName
{
background-color: #35362F;
}
</style>
border-color css
<style>
span { border-color: #35362F; }
span { border-color: rgb(53,54,47); }
td.TdClassName
{
border-color: #35362F;
}
.TagClassName
{
border-color: #35362F;
}
</style>