Html Css Color HEX #414437 Scrub

📋 copy color: '#414437'

red 65 ◦ green 68 ◦ blue 55

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

Shades of Scrub #414437

Tints of Scrub #414437

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 29.26%

R = 34.57%
G = 36.17%
B = 29.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.19

 K value IS 0.73

RGB Variations

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

Color information

#414437 (or 0x414437) is known color: Scrub. HEX triplet: 41, 44 and 37. RGB value is (65,68,55). Sum of RGB (Red+Green+Blue) = 65+68+55=188 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.57% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 55 (21.88% from 255 or 29.26% from 188); Max value from RGB is 68 - color contains mainly: green. Hex color #414437 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414437 is #BEBBC8. Grayscale: #414141. Windows color (decimal): -12499913 or 3621953. OLE color: 3621953.

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

Color convert

RGB 65 68 55 -
CMYK 0.04 0 0.19 0.73
HSL 73.85º 0.11% 0.24% -
HSV(B) 73.85º 0.19% 0.27% -
XYZ 4.94 5.53 4.42 -
YUV 65.62 122.01 127.56 -
System Red Green Blue C M Y K H S L
Decimal 65 68 55 0.04 0 0.19 0.73 73.85 0.11 0.24
Hex 41 44 37 4 0 13 49 4A B 18
Octal 101 104 67 4 0 23 111 112 13 30
Binary 1000001 1000100 110111 100 0 10011 1001001 1001010 1011 11000

Color Harmonies of #414437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414437

Black with #414437

Text Example


Text Example

White with #414437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414437; }

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

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

background-color css

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

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

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

border-color css

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

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

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