Html Css Color HEX #424834 Scrub

📋 copy color: '#424834'

red 66 ◦ green 72 ◦ blue 52

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

Shades of Scrub #424834

Tints of Scrub #424834

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.89%

 BLUE value IS 52 (20.7% from 255) = 27.37%

R = 34.74%
G = 37.89%
B = 27.37%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#424834 (or 0x424834) is known color: Scrub. HEX triplet: 42, 48 and 34. RGB value is (66,72,52). Sum of RGB (Red+Green+Blue) = 66+72+52=190 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.74% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 52 (20.70% from 255 or 27.37% from 190); Max value from RGB is 72 - color contains mainly: green. Hex color #424834 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424834 is #BDB7CB. Grayscale: #444444. Windows color (decimal): -12433356 or 3426370. OLE color: 3426370.

HSL color Cylindrical-coordinate representation of color #424834: hue angle of 78º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #424834 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.72.

Color convert

RGB 66 72 52 -
CMYK 0.08 0 0.28 0.72
HSL 78º 0.16% 0.24% -
HSV(B) 78º 0.28% 0.28% -
XYZ 5.18 6.04 4.14 -
YUV 67.93 119.01 126.63 -
System Red Green Blue C M Y K H S L
Decimal 66 72 52 0.08 0 0.28 0.72 78 0.16 0.24
Hex 42 48 34 8 0 1C 48 4E 10 18
Octal 102 110 64 10 0 34 110 116 20 30
Binary 1000010 1001000 110100 1000 0 11100 1001000 1001110 10000 11000

Color Harmonies of #424834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424834

Black with #424834

Text Example


Text Example

White with #424834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424834; }

 p { color: rgb(66,72,52); }

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

background-color css

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

 a { background-color: rgb(66,72,52); }

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

border-color css

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

 span { border-color: rgb(66,72,52); }

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