Html Css Color HEX #414333 Scrub

📋 copy color: '#414333'

red 65 ◦ green 67 ◦ blue 51

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

Shades of Scrub #414333

Tints of Scrub #414333

RGB

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

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

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

R = 35.52%
G = 36.61%
B = 27.87%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.24

 K value IS 0.74

RGB Variations

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

Color information

#414333 (or 0x414333) is known color: Scrub. HEX triplet: 41, 43 and 33. RGB value is (65,67,51). Sum of RGB (Red+Green+Blue) = 65+67+51=183 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.52% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 51 (20.31% from 255 or 27.87% from 183); Max value from RGB is 67 - color contains mainly: green. Hex color #414333 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414333 is #BEBCCC. Grayscale: #404040. Windows color (decimal): -12500173 or 3359553. OLE color: 3359553.

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

Color convert

RGB 65 67 51 -
CMYK 0.03 0 0.24 0.74
HSL 67.5º 0.14% 0.23% -
HSV(B) 67.5º 0.24% 0.26% -
XYZ 4.78 5.38 3.92 -
YUV 64.58 120.34 128.3 -
System Red Green Blue C M Y K H S L
Decimal 65 67 51 0.03 0 0.24 0.74 67.5 0.14 0.23
Hex 41 43 33 3 0 18 4A 44 E 17
Octal 101 103 63 3 0 30 112 104 16 27
Binary 1000001 1000011 110011 11 0 11000 1001010 1000100 1110 10111

Color Harmonies of #414333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414333

Black with #414333

Text Example


Text Example

White with #414333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414333; }

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

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

background-color css

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

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

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

border-color css

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

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

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