Shades of Scrub #434530
Tints of Scrub #434530
RGB
CMYK
RGB Variations
Color information
#434530 (or 0x434530) is known color: Scrub. HEX triplet: 43, 45 and 30. RGB value is (67,69,48). Sum of RGB (Red+Green+Blue) = 67+69+48=184 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.41% from 184); Green value is 69 (27.34% from 255 or 37.5% from 184); Blue value is 48 (19.14% from 255 or 26.09% from 184); Max value from RGB is 69 - color contains mainly: green. Hex color #434530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434530 is #BCBACF. Grayscale: #424242. Windows color (decimal): -12368592 or 3163459. OLE color: 3163459.
HSL color Cylindrical-coordinate representation of color #434530: hue angle of 65.71º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #434530 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 67 | 69 | 48 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.73 |
| HSL | 65.71º | 0.18% | 0.23% | - |
| HSV(B) | 65.71º | 0.3% | 0.27% | - |
| XYZ | 4.98 | 5.66 | 3.63 | - |
| YUV | 66.01 | 117.84 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 69 | 48 | 0.03 | 0 | 0.30 | 0.73 | 65.71 | 0.18 | 0.23 |
| Hex | 43 | 45 | 30 | 3 | 0 | 1E | 49 | 42 | 12 | 17 |
| Octal | 103 | 105 | 60 | 3 | 0 | 36 | 111 | 102 | 22 | 27 |
| Binary | 1000011 | 1000101 | 110000 | 11 | 0 | 11110 | 1001001 | 1000010 | 10010 | 10111 |
Color Harmonies of #434530
Complementary color
Monochromatic Colors of #434530
Black with #434530
Text Example
Text Example
White with #434530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434530; }
p { color: rgb(67,69,48); }
H1.HeaderClassName
{
color: #434530;
}
.AnyTagClassName
{
color: #434530;
}
</style>
background-color css
<style>
a { background-color: #434530; }
a { background-color: rgb(67,69,48); }
div.DivClassName
{
background-color: #434530;
}
.BgClassName
{
background-color: #434530;
}
</style>
border-color css
<style>
span { border-color: #434530; }
span { border-color: rgb(67,69,48); }
td.TdClassName
{
border-color: #434530;
}
.TagClassName
{
border-color: #434530;
}
</style>