Html Css Color HEX #424432 Scrub

📋 copy color: '#424432'

red 66 ◦ green 68 ◦ blue 50

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

Shades of Scrub #424432

Tints of Scrub #424432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 27.17%

R = 35.87%
G = 36.96%
B = 27.17%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.26

 K value IS 0.73

RGB Variations

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

Color information

#424432 (or 0x424432) is known color: Scrub. HEX triplet: 42, 44 and 32. RGB value is (66,68,50). Sum of RGB (Red+Green+Blue) = 66+68+50=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 68 (26.95% from 255 or 36.96% from 184); Blue value is 50 (19.92% from 255 or 27.17% from 184); Max value from RGB is 68 - color contains mainly: green. Hex color #424432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424432 is #BDBBCD. Grayscale: #414141. Windows color (decimal): -12434382 or 3294274. OLE color: 3294274.

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

Color convert

RGB 66 68 50 -
CMYK 0.03 0 0.26 0.73
HSL 66.67º 0.15% 0.23% -
HSV(B) 66.67º 0.26% 0.27% -
XYZ 4.89 5.52 3.83 -
YUV 65.35 119.34 128.46 -
System Red Green Blue C M Y K H S L
Decimal 66 68 50 0.03 0 0.26 0.73 66.67 0.15 0.23
Hex 42 44 32 3 0 1A 49 43 F 17
Octal 102 104 62 3 0 32 111 103 17 27
Binary 1000010 1000100 110010 11 0 11010 1001001 1000011 1111 10111

Color Harmonies of #424432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424432

Black with #424432

Text Example


Text Example

White with #424432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424432; }

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

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

background-color css

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

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

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

border-color css

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

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

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