Html Css Color HEX #414428 Scrub

📋 copy color: '#414428'

red 65 ◦ green 68 ◦ blue 40

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

Shades of Scrub #414428

Tints of Scrub #414428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 23.12%

R = 37.57%
G = 39.31%
B = 23.12%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#414428 (or 0x414428) is known color: Scrub. HEX triplet: 41, 44 and 28. RGB value is (65,68,40). Sum of RGB (Red+Green+Blue) = 65+68+40=173 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.57% from 173); Green value is 68 (26.95% from 255 or 39.31% from 173); Blue value is 40 (16.02% from 255 or 23.12% from 173); Max value from RGB is 68 - color contains mainly: green. Hex color #414428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414428 is #BEBBD7. Grayscale: #404040. Windows color (decimal): -12499928 or 2638913. OLE color: 2638913.

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

Color convert

RGB 65 68 40 -
CMYK 0.04 0 0.41 0.73
HSL 66.43º 0.26% 0.21% -
HSV(B) 66.43º 0.41% 0.27% -
XYZ 4.63 5.41 2.81 -
YUV 63.91 114.51 128.78 -
System Red Green Blue C M Y K H S L
Decimal 65 68 40 0.04 0 0.41 0.73 66.43 0.26 0.21
Hex 41 44 28 4 0 29 49 42 1A 15
Octal 101 104 50 4 0 51 111 102 32 25
Binary 1000001 1000100 101000 100 0 101001 1001001 1000010 11010 10101

Color Harmonies of #414428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414428

Black with #414428

Text Example


Text Example

White with #414428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414428; }

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

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

background-color css

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

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

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

border-color css

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

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

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