Html Css Color HEX #414434 Scrub

📋 copy color: '#414434'

red 65 ◦ green 68 ◦ blue 52

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

Shades of Scrub #414434

Tints of Scrub #414434

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.76%

 BLUE value IS 52 (20.7% from 255) = 28.11%

R = 35.14%
G = 36.76%
B = 28.11%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.24

 K value IS 0.73

RGB Variations

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

Color information

#414434 (or 0x414434) is known color: Scrub. HEX triplet: 41, 44 and 34. RGB value is (65,68,52). Sum of RGB (Red+Green+Blue) = 65+68+52=185 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.14% from 185); Green value is 68 (26.95% from 255 or 36.76% from 185); Blue value is 52 (20.70% from 255 or 28.11% from 185); Max value from RGB is 68 - color contains mainly: green. Hex color #414434 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414434 is #BEBBCB. Grayscale: #414141. Windows color (decimal): -12499916 or 3425345. OLE color: 3425345.

HSL color Cylindrical-coordinate representation of color #414434: hue angle of 71.25º degrees, saturation: 0.13, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #414434 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.73.

Color convert

RGB 65 68 52 -
CMYK 0.04 0 0.24 0.73
HSL 71.25º 0.13% 0.24% -
HSV(B) 71.25º 0.24% 0.27% -
XYZ 4.87 5.51 4.06 -
YUV 65.28 120.51 127.8 -
System Red Green Blue C M Y K H S L
Decimal 65 68 52 0.04 0 0.24 0.73 71.25 0.13 0.24
Hex 41 44 34 4 0 18 49 47 D 18
Octal 101 104 64 4 0 30 111 107 15 30
Binary 1000001 1000100 110100 100 0 11000 1001001 1000111 1101 11000

Color Harmonies of #414434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414434

Black with #414434

Text Example


Text Example

White with #414434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414434; }

 p { color: rgb(65,68,52); }

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

background-color css

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

 a { background-color: rgb(65,68,52); }

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

border-color css

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

 span { border-color: rgb(65,68,52); }

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