Html Css Color HEX #414338 Scrub

📋 copy color: '#414338'

red 65 ◦ green 67 ◦ blue 56

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

Shades of Scrub #414338

Tints of Scrub #414338

RGB

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

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

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

R = 34.57%
G = 35.64%
B = 29.79%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.16

 K value IS 0.74

RGB Variations

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

Color information

#414338 (or 0x414338) is known color: Scrub. HEX triplet: 41, 43 and 38. RGB value is (65,67,56). Sum of RGB (Red+Green+Blue) = 65+67+56=188 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.57% from 188); Green value is 67 (26.56% from 255 or 35.64% from 188); Blue value is 56 (22.27% from 255 or 29.79% from 188); Max value from RGB is 67 - color contains mainly: green. Hex color #414338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414338 is #BEBCC7. Grayscale: #414141. Windows color (decimal): -12500168 or 3687233. OLE color: 3687233.

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

Color convert

RGB 65 67 56 -
CMYK 0.03 0 0.16 0.74
HSL 70.91º 0.09% 0.24% -
HSV(B) 70.91º 0.16% 0.26% -
XYZ 4.9 5.42 4.53 -
YUV 65.15 122.84 127.89 -
System Red Green Blue C M Y K H S L
Decimal 65 67 56 0.03 0 0.16 0.74 70.91 0.09 0.24
Hex 41 43 38 3 0 10 4A 47 9 18
Octal 101 103 70 3 0 20 112 107 11 30
Binary 1000001 1000011 111000 11 0 10000 1001010 1000111 1001 11000

Color Harmonies of #414338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414338

Black with #414338

Text Example


Text Example

White with #414338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414338; }

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

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

background-color css

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

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

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

border-color css

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

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

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