Html Css Color HEX #414336 Scrub

📋 copy color: '#414336'

red 65 ◦ green 67 ◦ blue 54

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

Shades of Scrub #414336

Tints of Scrub #414336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 29.03%

R = 34.95%
G = 36.02%
B = 29.03%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.19

 K value IS 0.74

RGB Variations

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

Color information

#414336 (or 0x414336) is known color: Scrub. HEX triplet: 41, 43 and 36. RGB value is (65,67,54). Sum of RGB (Red+Green+Blue) = 65+67+54=186 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.95% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 54 (21.48% from 255 or 29.03% from 186); Max value from RGB is 67 - color contains mainly: green. Hex color #414336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414336 is #BEBCC9. Grayscale: #404040. Windows color (decimal): -12500170 or 3556161. OLE color: 3556161.

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

Color convert

RGB 65 67 54 -
CMYK 0.03 0 0.19 0.74
HSL 69.23º 0.11% 0.24% -
HSV(B) 69.23º 0.19% 0.26% -
XYZ 4.85 5.4 4.28 -
YUV 64.92 121.84 128.06 -
System Red Green Blue C M Y K H S L
Decimal 65 67 54 0.03 0 0.19 0.74 69.23 0.11 0.24
Hex 41 43 36 3 0 13 4A 45 B 18
Octal 101 103 66 3 0 23 112 105 13 30
Binary 1000001 1000011 110110 11 0 10011 1001010 1000101 1011 11000

Color Harmonies of #414336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414336

Black with #414336

Text Example


Text Example

White with #414336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414336; }

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

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

background-color css

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

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

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

border-color css

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

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

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