Html Css Color HEX #41442D Scrub

📋 copy color: '#41442D'

red 65 ◦ green 68 ◦ blue 45

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

Shades of Scrub #41442D

Tints of Scrub #41442D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 25.28%

R = 36.52%
G = 38.2%
B = 25.28%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.34

 K value IS 0.73

RGB Variations

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

Color information

#41442D (or 0x41442D) is known color: Scrub. HEX triplet: 41, 44 and 2D. RGB value is (65,68,45). Sum of RGB (Red+Green+Blue) = 65+68+45=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 68 (26.95% from 255 or 38.20% from 178); Blue value is 45 (17.97% from 255 or 25.28% from 178); Max value from RGB is 68 - color contains mainly: green. Hex color #41442D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41442D is #BEBBD2. Grayscale: #404040. Windows color (decimal): -12499923 or 2966593. OLE color: 2966593.

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

Color convert

RGB 65 68 45 -
CMYK 0.04 0 0.34 0.73
HSL 67.83º 0.2% 0.22% -
HSV(B) 67.83º 0.34% 0.27% -
XYZ 4.72 5.45 3.29 -
YUV 64.48 117.01 128.37 -
System Red Green Blue C M Y K H S L
Decimal 65 68 45 0.04 0 0.34 0.73 67.83 0.2 0.22
Hex 41 44 2D 4 0 22 49 44 14 16
Octal 101 104 55 4 0 42 111 104 24 26
Binary 1000001 1000100 101101 100 0 100010 1001001 1000100 10100 10110

Color Harmonies of #41442D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41442D

Black with #41442D

Text Example


Text Example

White with #41442D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41442D; }

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

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

background-color css

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

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

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

border-color css

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

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

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