Html Css Color HEX #41442F Scrub

📋 copy color: '#41442F'

red 65 ◦ green 68 ◦ blue 47

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

Shades of Scrub #41442F

Tints of Scrub #41442F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 26.11%

R = 36.11%
G = 37.78%
B = 26.11%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.31

 K value IS 0.73

RGB Variations

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

Color information

#41442F (or 0x41442F) is known color: Scrub. HEX triplet: 41, 44 and 2F. RGB value is (65,68,47). Sum of RGB (Red+Green+Blue) = 65+68+47=180 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.11% from 180); Green value is 68 (26.95% from 255 or 37.78% from 180); Blue value is 47 (18.75% from 255 or 26.11% from 180); Max value from RGB is 68 - color contains mainly: green. Hex color #41442F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41442F is #BEBBD0. Grayscale: #404040. Windows color (decimal): -12499921 or 3097665. OLE color: 3097665.

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

Color convert

RGB 65 68 47 -
CMYK 0.04 0 0.31 0.73
HSL 68.57º 0.18% 0.23% -
HSV(B) 68.57º 0.31% 0.27% -
XYZ 4.76 5.46 3.49 -
YUV 64.71 118.01 128.21 -
System Red Green Blue C M Y K H S L
Decimal 65 68 47 0.04 0 0.31 0.73 68.57 0.18 0.23
Hex 41 44 2F 4 0 1F 49 45 12 17
Octal 101 104 57 4 0 37 111 105 22 27
Binary 1000001 1000100 101111 100 0 11111 1001001 1000101 10010 10111

Color Harmonies of #41442F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41442F

Black with #41442F

Text Example


Text Example

White with #41442F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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