Html Css Color HEX #42462E Scrub

📋 copy color: '#42462E'

red 66 ◦ green 70 ◦ blue 46

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

Shades of Scrub #42462E

Tints of Scrub #42462E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 25.27%

R = 36.26%
G = 38.46%
B = 25.27%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.34

 K value IS 0.73

RGB Variations

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

Color information

#42462E (or 0x42462E) is known color: Scrub. HEX triplet: 42, 46 and 2E. RGB value is (66,70,46). Sum of RGB (Red+Green+Blue) = 66+70+46=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 70 (27.73% from 255 or 38.46% from 182); Blue value is 46 (18.36% from 255 or 25.27% from 182); Max value from RGB is 70 - color contains mainly: green. Hex color #42462E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42462E is #BDB9D1. Grayscale: #424242. Windows color (decimal): -12433874 or 3032642. OLE color: 3032642.

HSL color Cylindrical-coordinate representation of color #42462E: hue angle of 70º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #42462E is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB 66 70 46 -
CMYK 0.06 0 0.34 0.73
HSL 70º 0.21% 0.23% -
HSV(B) 70º 0.34% 0.27% -
XYZ 4.93 5.74 3.43 -
YUV 66.07 116.67 127.95 -
System Red Green Blue C M Y K H S L
Decimal 66 70 46 0.06 0 0.34 0.73 70 0.21 0.23
Hex 42 46 2E 6 0 22 49 46 15 17
Octal 102 106 56 6 0 42 111 106 25 27
Binary 1000010 1000110 101110 110 0 100010 1001001 1000110 10101 10111

Color Harmonies of #42462E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42462E

Black with #42462E

Text Example


Text Example

White with #42462E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42462E; }

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

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

background-color css

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

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

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

border-color css

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

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

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