Html Css Color HEX #424430 Scrub

📋 copy color: '#424430'

red 66 ◦ green 68 ◦ blue 48

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

Shades of Scrub #424430

Tints of Scrub #424430

RGB

 RED value IS 66 (26.17% from 255) = 36.26%

 GREEN value IS 68 (26.95% from 255) = 37.36%

 BLUE value IS 48 (19.14% from 255) = 26.37%

R = 36.26%
G = 37.36%
B = 26.37%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#424430 (or 0x424430) is known color: Scrub. HEX triplet: 42, 44 and 30. RGB value is (66,68,48). Sum of RGB (Red+Green+Blue) = 66+68+48=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 68 (26.95% from 255 or 37.36% from 182); Blue value is 48 (19.14% from 255 or 26.37% from 182); Max value from RGB is 68 - color contains mainly: green. Hex color #424430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424430 is #BDBBCF. Grayscale: #414141. Windows color (decimal): -12434384 or 3163202. OLE color: 3163202.

HSL color Cylindrical-coordinate representation of color #424430: hue angle of 66º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #424430 is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB 66 68 48 -
CMYK 0.03 0 0.29 0.73
HSL 66º 0.17% 0.23% -
HSV(B) 66º 0.29% 0.27% -
XYZ 4.85 5.51 3.6 -
YUV 65.12 118.34 128.63 -
System Red Green Blue C M Y K H S L
Decimal 66 68 48 0.03 0 0.29 0.73 66 0.17 0.23
Hex 42 44 30 3 0 1D 49 42 11 17
Octal 102 104 60 3 0 35 111 102 21 27
Binary 1000010 1000100 110000 11 0 11101 1001001 1000010 10001 10111

Color Harmonies of #424430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424430

Black with #424430

Text Example


Text Example

White with #424430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424430; }

 p { color: rgb(66,68,48); }

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

background-color css

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

 a { background-color: rgb(66,68,48); }

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

border-color css

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

 span { border-color: rgb(66,68,48); }

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