Html Css Color HEX #40462F Scrub

📋 copy color: '#40462F'

red 64 ◦ green 70 ◦ blue 47

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

Shades of Scrub #40462F

Tints of Scrub #40462F

RGB

 RED value IS 64 (25.39% from 255) = 35.36%

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

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

R = 35.36%
G = 38.67%
B = 25.97%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.33

 K value IS 0.73

RGB Variations

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

Color information

#40462F (or 0x40462F) is known color: Scrub. HEX triplet: 40, 46 and 2F. RGB value is (64,70,47). Sum of RGB (Red+Green+Blue) = 64+70+47=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 70 (27.73% from 255 or 38.67% from 181); Blue value is 47 (18.75% from 255 or 25.97% from 181); Max value from RGB is 70 - color contains mainly: green. Hex color #40462F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40462F is #BFB9D0. Grayscale: #414141. Windows color (decimal): -12564945 or 3098176. OLE color: 3098176.

HSL color Cylindrical-coordinate representation of color #40462F: hue angle of 75.65º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #40462F is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.

Color convert

RGB 64 70 47 -
CMYK 0.09 0 0.33 0.73
HSL 75.65º 0.2% 0.23% -
HSV(B) 75.65º 0.33% 0.27% -
XYZ 4.82 5.68 3.53 -
YUV 65.58 117.51 126.87 -
System Red Green Blue C M Y K H S L
Decimal 64 70 47 0.09 0 0.33 0.73 75.65 0.2 0.23
Hex 40 46 2F 9 0 21 49 4C 14 17
Octal 100 106 57 11 0 41 111 114 24 27
Binary 1000000 1000110 101111 1001 0 100001 1001001 1001100 10100 10111

Color Harmonies of #40462F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40462F

Black with #40462F

Text Example


Text Example

White with #40462F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,70,47); }

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

background-color css

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

 a { background-color: rgb(64,70,47); }

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

border-color css

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

 span { border-color: rgb(64,70,47); }

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