Html Css Color HEX #414530 Scrub

📋 copy color: '#414530'

red 65 ◦ green 69 ◦ blue 48

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

Shades of Scrub #414530

Tints of Scrub #414530

RGB

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

 GREEN value IS 69 (27.34% from 255) = 37.91%

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

R = 35.71%
G = 37.91%
B = 26.37%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.30

 K value IS 0.73

RGB Variations

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

Color information

#414530 (or 0x414530) is known color: Scrub. HEX triplet: 41, 45 and 30. RGB value is (65,69,48). Sum of RGB (Red+Green+Blue) = 65+69+48=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 69 (27.34% from 255 or 37.91% from 182); Blue value is 48 (19.14% from 255 or 26.37% from 182); Max value from RGB is 69 - color contains mainly: green. Hex color #414530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414530 is #BEBACF. Grayscale: #414141. Windows color (decimal): -12499664 or 3163457. OLE color: 3163457.

HSL color Cylindrical-coordinate representation of color #414530: hue angle of 71.43º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #414530 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB 65 69 48 -
CMYK 0.06 0 0.30 0.73
HSL 71.43º 0.18% 0.23% -
HSV(B) 71.43º 0.3% 0.27% -
XYZ 4.84 5.59 3.62 -
YUV 65.41 118.17 127.71 -
System Red Green Blue C M Y K H S L
Decimal 65 69 48 0.06 0 0.30 0.73 71.43 0.18 0.23
Hex 41 45 30 6 0 1E 49 47 12 17
Octal 101 105 60 6 0 36 111 107 22 27
Binary 1000001 1000101 110000 110 0 11110 1001001 1000111 10010 10111

Color Harmonies of #414530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414530

Black with #414530

Text Example


Text Example

White with #414530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414530; }

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

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

background-color css

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

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

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

border-color css

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

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

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