Html Css Color HEX #424634 Scrub

📋 copy color: '#424634'

red 66 ◦ green 70 ◦ blue 52

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

Shades of Scrub #424634

Tints of Scrub #424634

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.23%

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

R = 35.11%
G = 37.23%
B = 27.66%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.26

 K value IS 0.73

RGB Variations

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

Color information

#424634 (or 0x424634) is known color: Scrub. HEX triplet: 42, 46 and 34. RGB value is (66,70,52). Sum of RGB (Red+Green+Blue) = 66+70+52=188 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.11% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 52 (20.70% from 255 or 27.66% from 188); Max value from RGB is 70 - color contains mainly: green. Hex color #424634 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424634 is #BDB9CB. Grayscale: #424242. Windows color (decimal): -12433868 or 3425858. OLE color: 3425858.

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

Color convert

RGB 66 70 52 -
CMYK 0.06 0 0.26 0.73
HSL 73.33º 0.15% 0.24% -
HSV(B) 73.33º 0.26% 0.27% -
XYZ 5.06 5.79 4.1 -
YUV 66.75 119.67 127.46 -
System Red Green Blue C M Y K H S L
Decimal 66 70 52 0.06 0 0.26 0.73 73.33 0.15 0.24
Hex 42 46 34 6 0 1A 49 49 F 18
Octal 102 106 64 6 0 32 111 111 17 30
Binary 1000010 1000110 110100 110 0 11010 1001001 1001001 1111 11000

Color Harmonies of #424634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424634

Black with #424634

Text Example


Text Example

White with #424634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424634; }

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

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

background-color css

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

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

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

border-color css

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

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

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