Html Css Color HEX #414230 Scrub

📋 copy color: '#414230'

red 65 ◦ green 66 ◦ blue 48

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

Shades of Scrub #414230

Tints of Scrub #414230

RGB

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

 GREEN value IS 66 (26.17% from 255) = 36.87%

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

R = 36.31%
G = 36.87%
B = 26.82%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.27

 K value IS 0.74

RGB Variations

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

Color information

#414230 (or 0x414230) is known color: Scrub. HEX triplet: 41, 42 and 30. RGB value is (65,66,48). Sum of RGB (Red+Green+Blue) = 65+66+48=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 66 (26.17% from 255 or 36.87% from 179); Blue value is 48 (19.14% from 255 or 26.82% from 179); Max value from RGB is 66 - color contains mainly: green. Hex color #414230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414230 is #BEBDCF. Grayscale: #3F3F3F. Windows color (decimal): -12500432 or 3162689. OLE color: 3162689.

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

Color convert

RGB 65 66 48 -
CMYK 0.02 0 0.27 0.74
HSL 63.33º 0.16% 0.22% -
HSV(B) 63.33º 0.27% 0.26% -
XYZ 4.66 5.23 3.56 -
YUV 63.65 119.17 128.96 -
System Red Green Blue C M Y K H S L
Decimal 65 66 48 0.02 0 0.27 0.74 63.33 0.16 0.22
Hex 41 42 30 2 0 1B 4A 3F 10 16
Octal 101 102 60 2 0 33 112 77 20 26
Binary 1000001 1000010 110000 10 0 11011 1001010 111111 10000 10110

Color Harmonies of #414230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414230

Black with #414230

Text Example


Text Example

White with #414230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414230; }

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

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

background-color css

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

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

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

border-color css

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

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

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