Html Css Color HEX #414532 Scrub

📋 copy color: '#414532'

red 65 ◦ green 69 ◦ blue 50

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

Shades of Scrub #414532

Tints of Scrub #414532

RGB

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

 GREEN value IS 69 (27.34% from 255) = 37.5%

 BLUE value IS 50 (19.92% from 255) = 27.17%

R = 35.33%
G = 37.5%
B = 27.17%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.28

 K value IS 0.73

RGB Variations

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

Color information

#414532 (or 0x414532) is known color: Scrub. HEX triplet: 41, 45 and 32. RGB value is (65,69,50). Sum of RGB (Red+Green+Blue) = 65+69+50=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 69 (27.34% from 255 or 37.5% from 184); Blue value is 50 (19.92% from 255 or 27.17% from 184); Max value from RGB is 69 - color contains mainly: green. Hex color #414532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414532 is #BEBACD. Grayscale: #414141. Windows color (decimal): -12499662 or 3294529. OLE color: 3294529.

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

Color convert

RGB 65 69 50 -
CMYK 0.06 0 0.28 0.73
HSL 72.63º 0.16% 0.23% -
HSV(B) 72.63º 0.28% 0.27% -
XYZ 4.88 5.61 3.84 -
YUV 65.64 119.17 127.54 -
System Red Green Blue C M Y K H S L
Decimal 65 69 50 0.06 0 0.28 0.73 72.63 0.16 0.23
Hex 41 45 32 6 0 1C 49 49 10 17
Octal 101 105 62 6 0 34 111 111 20 27
Binary 1000001 1000101 110010 110 0 11100 1001001 1001001 10000 10111

Color Harmonies of #414532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414532

Black with #414532

Text Example


Text Example

White with #414532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414532; }

 p { color: rgb(65,69,50); }

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

background-color css

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

 a { background-color: rgb(65,69,50); }

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

border-color css

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

 span { border-color: rgb(65,69,50); }

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