Html Css Color HEX #414438 Scrub

📋 copy color: '#414438'

red 65 ◦ green 68 ◦ blue 56

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

Shades of Scrub #414438

Tints of Scrub #414438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 29.63%

R = 34.39%
G = 35.98%
B = 29.63%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.18

 K value IS 0.73

RGB Variations

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

Color information

#414438 (or 0x414438) is known color: Scrub. HEX triplet: 41, 44 and 38. RGB value is (65,68,56). Sum of RGB (Red+Green+Blue) = 65+68+56=189 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.39% from 189); Green value is 68 (26.95% from 255 or 35.98% from 189); Blue value is 56 (22.27% from 255 or 29.63% from 189); Max value from RGB is 68 - color contains mainly: green. Hex color #414438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414438 is #BEBBC7. Grayscale: #414141. Windows color (decimal): -12499912 or 3687489. OLE color: 3687489.

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

Color convert

RGB 65 68 56 -
CMYK 0.04 0 0.18 0.73
HSL 75º 0.1% 0.24% -
HSV(B) 75º 0.18% 0.27% -
XYZ 4.96 5.54 4.55 -
YUV 65.74 122.51 127.48 -
System Red Green Blue C M Y K H S L
Decimal 65 68 56 0.04 0 0.18 0.73 75 0.1 0.24
Hex 41 44 38 4 0 12 49 4B A 18
Octal 101 104 70 4 0 22 111 113 12 30
Binary 1000001 1000100 111000 100 0 10010 1001001 1001011 1010 11000

Color Harmonies of #414438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414438

Black with #414438

Text Example


Text Example

White with #414438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414438; }

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

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

background-color css

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

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

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

border-color css

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

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

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