Html Css Color HEX #42472F Scrub

📋 copy color: '#42472F'

red 66 ◦ green 71 ◦ blue 47

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

Shades of Scrub #42472F

Tints of Scrub #42472F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 25.54%

R = 35.87%
G = 38.59%
B = 25.54%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.34

 K value IS 0.72

RGB Variations

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

Color information

#42472F (or 0x42472F) is known color: Scrub. HEX triplet: 42, 47 and 2F. RGB value is (66,71,47). Sum of RGB (Red+Green+Blue) = 66+71+47=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 71 (28.12% from 255 or 38.59% from 184); Blue value is 47 (18.75% from 255 or 25.54% from 184); Max value from RGB is 71 - color contains mainly: green. Hex color #42472F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42472F is #BDB8D0. Grayscale: #424242. Windows color (decimal): -12433617 or 3098434. OLE color: 3098434.

HSL color Cylindrical-coordinate representation of color #42472F: hue angle of 72.5º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #42472F is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB 66 71 47 -
CMYK 0.07 0 0.34 0.72
HSL 72.5º 0.2% 0.23% -
HSV(B) 72.5º 0.34% 0.28% -
XYZ 5.01 5.87 3.56 -
YUV 66.77 116.84 127.45 -
System Red Green Blue C M Y K H S L
Decimal 66 71 47 0.07 0 0.34 0.72 72.5 0.2 0.23
Hex 42 47 2F 7 0 22 48 48 14 17
Octal 102 107 57 7 0 42 110 110 24 27
Binary 1000010 1000111 101111 111 0 100010 1001000 1001000 10100 10111

Color Harmonies of #42472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42472F

Black with #42472F

Text Example


Text Example

White with #42472F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42472F; }

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

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

background-color css

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

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

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

border-color css

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

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

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