Html Css Color HEX #424433 Scrub

📋 copy color: '#424433'

red 66 ◦ green 68 ◦ blue 51

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

Shades of Scrub #424433

Tints of Scrub #424433

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 27.57%

R = 35.68%
G = 36.76%
B = 27.57%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.25

 K value IS 0.73

RGB Variations

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

Color information

#424433 (or 0x424433) is known color: Scrub. HEX triplet: 42, 44 and 33. RGB value is (66,68,51). Sum of RGB (Red+Green+Blue) = 66+68+51=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 68 (26.95% from 255 or 36.76% from 185); Blue value is 51 (20.31% from 255 or 27.57% from 185); Max value from RGB is 68 - color contains mainly: green. Hex color #424433 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424433 is #BDBBCC. Grayscale: #414141. Windows color (decimal): -12434381 or 3359810. OLE color: 3359810.

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

Color convert

RGB 66 68 51 -
CMYK 0.03 0 0.25 0.73
HSL 67.06º 0.14% 0.23% -
HSV(B) 67.06º 0.25% 0.27% -
XYZ 4.91 5.53 3.94 -
YUV 65.46 119.84 128.38 -
System Red Green Blue C M Y K H S L
Decimal 66 68 51 0.03 0 0.25 0.73 67.06 0.14 0.23
Hex 42 44 33 3 0 19 49 43 E 17
Octal 102 104 63 3 0 31 111 103 16 27
Binary 1000010 1000100 110011 11 0 11001 1001001 1000011 1110 10111

Color Harmonies of #424433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424433

Black with #424433

Text Example


Text Example

White with #424433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424433; }

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

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

background-color css

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

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

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

border-color css

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

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

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