Shades of Scrub #424330
Tints of Scrub #424330
RGB
CMYK
RGB Variations
Color information
#424330 (or 0x424330) is known color: Scrub. HEX triplet: 42, 43 and 30. RGB value is (66,67,48). Sum of RGB (Red+Green+Blue) = 66+67+48=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 67 (26.56% from 255 or 37.02% from 181); Blue value is 48 (19.14% from 255 or 26.52% from 181); Max value from RGB is 67 - color contains mainly: green. Hex color #424330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424330 is #BDBCCF. Grayscale: #404040. Windows color (decimal): -12434640 or 3162946. OLE color: 3162946.
HSL color Cylindrical-coordinate representation of color #424330: hue angle of 63.16º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #424330 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 67 | 48 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.74 |
| HSL | 63.16º | 0.17% | 0.23% | - |
| HSV(B) | 63.16º | 0.28% | 0.26% | - |
| XYZ | 4.79 | 5.39 | 3.58 | - |
| YUV | 64.54 | 118.67 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 67 | 48 | 0.01 | 0 | 0.28 | 0.74 | 63.16 | 0.17 | 0.23 |
| Hex | 42 | 43 | 30 | 1 | 0 | 1C | 4A | 3F | 11 | 17 |
| Octal | 102 | 103 | 60 | 1 | 0 | 34 | 112 | 77 | 21 | 27 |
| Binary | 1000010 | 1000011 | 110000 | 1 | 0 | 11100 | 1001010 | 111111 | 10001 | 10111 |
Color Harmonies of #424330
Complementary color
Monochromatic Colors of #424330
Black with #424330
Text Example
Text Example
White with #424330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424330; }
p { color: rgb(66,67,48); }
H1.HeaderClassName
{
color: #424330;
}
.AnyTagClassName
{
color: #424330;
}
</style>
background-color css
<style>
a { background-color: #424330; }
a { background-color: rgb(66,67,48); }
div.DivClassName
{
background-color: #424330;
}
.BgClassName
{
background-color: #424330;
}
</style>
border-color css
<style>
span { border-color: #424330; }
span { border-color: rgb(66,67,48); }
td.TdClassName
{
border-color: #424330;
}
.TagClassName
{
border-color: #424330;
}
</style>