Html Css Color HEX #414533 Scrub

📋 copy color: '#414533'

red 65 ◦ green 69 ◦ blue 51

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

Shades of Scrub #414533

Tints of Scrub #414533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 27.57%

R = 35.14%
G = 37.3%
B = 27.57%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.26

 K value IS 0.73

RGB Variations

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

Color information

#414533 (or 0x414533) is known color: Scrub. HEX triplet: 41, 45 and 33. RGB value is (65,69,51). Sum of RGB (Red+Green+Blue) = 65+69+51=185 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.14% from 185); Green value is 69 (27.34% from 255 or 37.30% from 185); Blue value is 51 (20.31% from 255 or 27.57% from 185); Max value from RGB is 69 - color contains mainly: green. Hex color #414533 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414533 is #BEBACC. Grayscale: #414141. Windows color (decimal): -12499661 or 3360065. OLE color: 3360065.

HSL color Cylindrical-coordinate representation of color #414533: hue angle of 73.33º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #414533 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.73.

Color convert

RGB 65 69 51 -
CMYK 0.06 0 0.26 0.73
HSL 73.33º 0.15% 0.24% -
HSV(B) 73.33º 0.26% 0.27% -
XYZ 4.91 5.62 3.96 -
YUV 65.75 119.67 127.46 -
System Red Green Blue C M Y K H S L
Decimal 65 69 51 0.06 0 0.26 0.73 73.33 0.15 0.24
Hex 41 45 33 6 0 1A 49 49 F 18
Octal 101 105 63 6 0 32 111 111 17 30
Binary 1000001 1000101 110011 110 0 11010 1001001 1001001 1111 11000

Color Harmonies of #414533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414533

Black with #414533

Text Example


Text Example

White with #414533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414533; }

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

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

background-color css

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

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

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

border-color css

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

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

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