Html Css Color HEX #424528 Scrub

📋 copy color: '#424528'

red 66 ◦ green 69 ◦ blue 40

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

Shades of Scrub #424528

Tints of Scrub #424528

RGB

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

 GREEN value IS 69 (27.34% from 255) = 39.43%

 BLUE value IS 40 (16.02% from 255) = 22.86%

R = 37.71%
G = 39.43%
B = 22.86%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.42

 K value IS 0.73

RGB Variations

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

Color information

#424528 (or 0x424528) is known color: Scrub. HEX triplet: 42, 45 and 28. RGB value is (66,69,40). Sum of RGB (Red+Green+Blue) = 66+69+40=175 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.71% from 175); Green value is 69 (27.34% from 255 or 39.43% from 175); Blue value is 40 (16.02% from 255 or 22.86% from 175); Max value from RGB is 69 - color contains mainly: green. Hex color #424528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424528 is #BDBAD7. Grayscale: #404040. Windows color (decimal): -12434136 or 2639170. OLE color: 2639170.

HSL color Cylindrical-coordinate representation of color #424528: hue angle of 66.21º degrees, saturation: 0.27, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #424528 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.73.

Color convert

RGB 66 69 40 -
CMYK 0.04 0 0.42 0.73
HSL 66.21º 0.27% 0.21% -
HSV(B) 66.21º 0.42% 0.27% -
XYZ 4.76 5.57 2.83 -
YUV 64.8 114.01 128.86 -
System Red Green Blue C M Y K H S L
Decimal 66 69 40 0.04 0 0.42 0.73 66.21 0.27 0.21
Hex 42 45 28 4 0 2A 49 42 1B 15
Octal 102 105 50 4 0 52 111 102 33 25
Binary 1000010 1000101 101000 100 0 101010 1001001 1000010 11011 10101

Color Harmonies of #424528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424528

Black with #424528

Text Example


Text Example

White with #424528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424528; }

 p { color: rgb(66,69,40); }

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

background-color css

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

 a { background-color: rgb(66,69,40); }

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

border-color css

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

 span { border-color: rgb(66,69,40); }

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