Html Css Color HEX #404330 Scrub

📋 copy color: '#404330'

red 64 ◦ green 67 ◦ blue 48

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

Shades of Scrub #404330

Tints of Scrub #404330

RGB

 RED value IS 64 (25.39% from 255) = 35.75%

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

 BLUE value IS 48 (19.14% from 255) = 26.82%

R = 35.75%
G = 37.43%
B = 26.82%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.28

 K value IS 0.74

RGB Variations

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

Color information

#404330 (or 0x404330) is known color: Scrub. HEX triplet: 40, 43 and 30. RGB value is (64,67,48). Sum of RGB (Red+Green+Blue) = 64+67+48=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 67 (26.56% from 255 or 37.43% from 179); Blue value is 48 (19.14% from 255 or 26.82% from 179); Max value from RGB is 67 - color contains mainly: green. Hex color #404330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404330 is #BFBCCF. Grayscale: #404040. Windows color (decimal): -12565712 or 3162944. OLE color: 3162944.

HSL color Cylindrical-coordinate representation of color #404330: hue angle of 69.47º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #404330 is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.74.

Color convert

RGB 64 67 48 -
CMYK 0.04 0 0.28 0.74
HSL 69.47º 0.17% 0.23% -
HSV(B) 69.47º 0.28% 0.26% -
XYZ 4.66 5.32 3.58 -
YUV 63.94 119.01 128.04 -
System Red Green Blue C M Y K H S L
Decimal 64 67 48 0.04 0 0.28 0.74 69.47 0.17 0.23
Hex 40 43 30 4 0 1C 4A 45 11 17
Octal 100 103 60 4 0 34 112 105 21 27
Binary 1000000 1000011 110000 100 0 11100 1001010 1000101 10001 10111

Color Harmonies of #404330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404330

Black with #404330

Text Example


Text Example

White with #404330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404330; }

 p { color: rgb(64,67,48); }

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

background-color css

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

 a { background-color: rgb(64,67,48); }

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

border-color css

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

 span { border-color: rgb(64,67,48); }

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