Html Css Color HEX #414430 Scrub

📋 copy color: '#414430'

red 65 ◦ green 68 ◦ blue 48

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

Shades of Scrub #414430

Tints of Scrub #414430

RGB

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

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

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

R = 35.91%
G = 37.57%
B = 26.52%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#414430 (or 0x414430) is known color: Scrub. HEX triplet: 41, 44 and 30. RGB value is (65,68,48). Sum of RGB (Red+Green+Blue) = 65+68+48=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 68 (26.95% from 255 or 37.57% from 181); Blue value is 48 (19.14% from 255 or 26.52% from 181); Max value from RGB is 68 - color contains mainly: green. Hex color #414430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414430 is #BEBBCF. Grayscale: #404040. Windows color (decimal): -12499920 or 3163201. OLE color: 3163201.

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

Color convert

RGB 65 68 48 -
CMYK 0.04 0 0.29 0.73
HSL 69º 0.17% 0.23% -
HSV(B) 69º 0.29% 0.27% -
XYZ 4.78 5.47 3.6 -
YUV 64.82 118.51 128.13 -
System Red Green Blue C M Y K H S L
Decimal 65 68 48 0.04 0 0.29 0.73 69 0.17 0.23
Hex 41 44 30 4 0 1D 49 45 11 17
Octal 101 104 60 4 0 35 111 105 21 27
Binary 1000001 1000100 110000 100 0 11101 1001001 1000101 10001 10111

Color Harmonies of #414430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414430

Black with #414430

Text Example


Text Example

White with #414430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414430; }

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

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

background-color css

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

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

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

border-color css

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

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

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