Html Css Color HEX #41462C Scrub

📋 copy color: '#41462C'

red 65 ◦ green 70 ◦ blue 44

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

Shades of Scrub #41462C

Tints of Scrub #41462C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 24.58%

R = 36.31%
G = 39.11%
B = 24.58%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.37

 K value IS 0.73

RGB Variations

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

Color information

#41462C (or 0x41462C) is known color: Scrub. HEX triplet: 41, 46 and 2C. RGB value is (65,70,44). Sum of RGB (Red+Green+Blue) = 65+70+44=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 70 (27.73% from 255 or 39.11% from 179); Blue value is 44 (17.58% from 255 or 24.58% from 179); Max value from RGB is 70 - color contains mainly: green. Hex color #41462C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41462C is #BEB9D3. Grayscale: #414141. Windows color (decimal): -12499412 or 2901569. OLE color: 2901569.

HSL color Cylindrical-coordinate representation of color #41462C: hue angle of 71.54º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #41462C is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.73.

Color convert

RGB 65 70 44 -
CMYK 0.07 0 0.37 0.73
HSL 71.54º 0.23% 0.22% -
HSV(B) 71.54º 0.37% 0.27% -
XYZ 4.82 5.69 3.23 -
YUV 65.54 115.84 127.61 -
System Red Green Blue C M Y K H S L
Decimal 65 70 44 0.07 0 0.37 0.73 71.54 0.23 0.22
Hex 41 46 2C 7 0 25 49 48 17 16
Octal 101 106 54 7 0 45 111 110 27 26
Binary 1000001 1000110 101100 111 0 100101 1001001 1001000 10111 10110

Color Harmonies of #41462C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41462C

Black with #41462C

Text Example


Text Example

White with #41462C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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