Html Css Color HEX #41462E Scrub

📋 copy color: '#41462E'

red 65 ◦ green 70 ◦ blue 46

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

Shades of Scrub #41462E

Tints of Scrub #41462E

RGB

 RED value IS 65 (25.78% from 255) = 35.91%

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

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

R = 35.91%
G = 38.67%
B = 25.41%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.34

 K value IS 0.73

RGB Variations

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

Color information

#41462E (or 0x41462E) is known color: Scrub. HEX triplet: 41, 46 and 2E. RGB value is (65,70,46). Sum of RGB (Red+Green+Blue) = 65+70+46=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 70 (27.73% from 255 or 38.67% from 181); Blue value is 46 (18.36% from 255 or 25.41% from 181); Max value from RGB is 70 - color contains mainly: green. Hex color #41462E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41462E is #BEB9D1. Grayscale: #414141. Windows color (decimal): -12499410 or 3032641. OLE color: 3032641.

HSL color Cylindrical-coordinate representation of color #41462E: hue angle of 72.5º 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 #41462E is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB 65 70 46 -
CMYK 0.07 0 0.34 0.73
HSL 72.5º 0.21% 0.23% -
HSV(B) 72.5º 0.34% 0.27% -
XYZ 4.86 5.7 3.43 -
YUV 65.77 116.84 127.45 -
System Red Green Blue C M Y K H S L
Decimal 65 70 46 0.07 0 0.34 0.73 72.5 0.21 0.23
Hex 41 46 2E 7 0 22 49 48 15 17
Octal 101 106 56 7 0 42 111 110 25 27
Binary 1000001 1000110 101110 111 0 100010 1001001 1001000 10101 10111

Color Harmonies of #41462E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41462E

Black with #41462E

Text Example


Text Example

White with #41462E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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