Html Css Color HEX #424530 Scrub

📋 copy color: '#424530'

red 66 ◦ green 69 ◦ blue 48

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

Shades of Scrub #424530

Tints of Scrub #424530

RGB

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

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

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

R = 36.07%
G = 37.7%
B = 26.23%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.30

 K value IS 0.73

RGB Variations

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

Color information

#424530 (or 0x424530) is known color: Scrub. HEX triplet: 42, 45 and 30. RGB value is (66,69,48). Sum of RGB (Red+Green+Blue) = 66+69+48=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 48 (19.14% from 255 or 26.23% from 183); Max value from RGB is 69 - color contains mainly: green. Hex color #424530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424530 is #BDBACF. Grayscale: #414141. Windows color (decimal): -12434128 or 3163458. OLE color: 3163458.

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

Color convert

RGB 66 69 48 -
CMYK 0.04 0 0.30 0.73
HSL 68.57º 0.18% 0.23% -
HSV(B) 68.57º 0.3% 0.27% -
XYZ 4.91 5.63 3.62 -
YUV 65.71 118.01 128.21 -
System Red Green Blue C M Y K H S L
Decimal 66 69 48 0.04 0 0.30 0.73 68.57 0.18 0.23
Hex 42 45 30 4 0 1E 49 45 12 17
Octal 102 105 60 4 0 36 111 105 22 27
Binary 1000010 1000101 110000 100 0 11110 1001001 1000101 10010 10111

Color Harmonies of #424530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424530

Black with #424530

Text Example


Text Example

White with #424530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424530; }

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

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

background-color css

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

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

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

border-color css

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

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

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