Html Css Color HEX #414339 Scrub

📋 copy color: '#414339'

red 65 ◦ green 67 ◦ blue 57

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

Shades of Scrub #414339

Tints of Scrub #414339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 30.16%

R = 34.39%
G = 35.45%
B = 30.16%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.15

 K value IS 0.74

RGB Variations

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

Color information

#414339 (or 0x414339) is known color: Scrub. HEX triplet: 41, 43 and 39. RGB value is (65,67,57). Sum of RGB (Red+Green+Blue) = 65+67+57=189 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.39% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 57 (22.66% from 255 or 30.16% from 189); Max value from RGB is 67 - color contains mainly: green. Hex color #414339 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414339 is #BEBCC6. Grayscale: #414141. Windows color (decimal): -12500167 or 3752769. OLE color: 3752769.

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

Color convert

RGB 65 67 57 -
CMYK 0.03 0 0.15 0.74
HSL 72º 0.08% 0.24% -
HSV(B) 72º 0.15% 0.26% -
XYZ 4.93 5.43 4.66 -
YUV 65.26 123.34 127.81 -
System Red Green Blue C M Y K H S L
Decimal 65 67 57 0.03 0 0.15 0.74 72 0.08 0.24
Hex 41 43 39 3 0 F 4A 48 8 18
Octal 101 103 71 3 0 17 112 110 10 30
Binary 1000001 1000011 111001 11 0 1111 1001010 1001000 1000 11000

Color Harmonies of #414339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414339

Black with #414339

Text Example


Text Example

White with #414339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414339; }

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

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

background-color css

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

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

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

border-color css

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

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

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