Html Css Color HEX #414337 Scrub

📋 copy color: '#414337'

red 65 ◦ green 67 ◦ blue 55

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

Shades of Scrub #414337

Tints of Scrub #414337

RGB

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

 GREEN value IS 67 (26.56% from 255) = 35.83%

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

R = 34.76%
G = 35.83%
B = 29.41%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.18

 K value IS 0.74

RGB Variations

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

Color information

#414337 (or 0x414337) is known color: Scrub. HEX triplet: 41, 43 and 37. RGB value is (65,67,55). Sum of RGB (Red+Green+Blue) = 65+67+55=187 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.76% from 187); Green value is 67 (26.56% from 255 or 35.83% from 187); Blue value is 55 (21.88% from 255 or 29.41% from 187); Max value from RGB is 67 - color contains mainly: green. Hex color #414337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414337 is #BEBCC8. Grayscale: #414141. Windows color (decimal): -12500169 or 3621697. OLE color: 3621697.

HSL color Cylindrical-coordinate representation of color #414337: hue angle of 70º degrees, saturation: 0.1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #414337 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.74.

Color convert

RGB 65 67 55 -
CMYK 0.03 0 0.18 0.74
HSL 70º 0.1% 0.24% -
HSV(B) 70º 0.18% 0.26% -
XYZ 4.88 5.41 4.4 -
YUV 65.03 122.34 127.98 -
System Red Green Blue C M Y K H S L
Decimal 65 67 55 0.03 0 0.18 0.74 70 0.1 0.24
Hex 41 43 37 3 0 12 4A 46 A 18
Octal 101 103 67 3 0 22 112 106 12 30
Binary 1000001 1000011 110111 11 0 10010 1001010 1000110 1010 11000

Color Harmonies of #414337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414337

Black with #414337

Text Example


Text Example

White with #414337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414337; }

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

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

background-color css

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

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

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

border-color css

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

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

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