Html Css Color HEX #424734 Scrub

📋 copy color: '#424734'

red 66 ◦ green 71 ◦ blue 52

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

Shades of Scrub #424734

Tints of Scrub #424734

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.57%

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

R = 34.92%
G = 37.57%
B = 27.51%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.27

 K value IS 0.72

RGB Variations

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

Color information

#424734 (or 0x424734) is known color: Scrub. HEX triplet: 42, 47 and 34. RGB value is (66,71,52). Sum of RGB (Red+Green+Blue) = 66+71+52=189 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.92% from 189); Green value is 71 (28.12% from 255 or 37.57% from 189); Blue value is 52 (20.70% from 255 or 27.51% from 189); Max value from RGB is 71 - color contains mainly: green. Hex color #424734 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424734 is #BDB8CB. Grayscale: #434343. Windows color (decimal): -12433612 or 3426114. OLE color: 3426114.

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

Color convert

RGB 66 71 52 -
CMYK 0.07 0 0.27 0.72
HSL 75.79º 0.15% 0.24% -
HSV(B) 75.79º 0.27% 0.28% -
XYZ 5.12 5.91 4.12 -
YUV 67.34 119.34 127.04 -
System Red Green Blue C M Y K H S L
Decimal 66 71 52 0.07 0 0.27 0.72 75.79 0.15 0.24
Hex 42 47 34 7 0 1B 48 4C F 18
Octal 102 107 64 7 0 33 110 114 17 30
Binary 1000010 1000111 110100 111 0 11011 1001000 1001100 1111 11000

Color Harmonies of #424734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424734

Black with #424734

Text Example


Text Example

White with #424734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424734; }

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

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

background-color css

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

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

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

border-color css

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

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

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