Html Css Color HEX #466733 Dell

📋 copy color: '#466733'

red 70 ◦ green 103 ◦ blue 51

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

Shades of Dell #466733

Tints of Dell #466733

RGB

 RED value IS 70 (27.73% from 255) = 31.25%

 GREEN value IS 103 (40.63% from 255) = 45.98%

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

R = 31.25%
G = 45.98%
B = 22.77%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.50

 K value IS 0.60

RGB Variations

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

Color information

#466733 (or 0x466733) is known color: Dell. HEX triplet: 46, 67 and 33. RGB value is (70,103,51). Sum of RGB (Red+Green+Blue) = 70+103+51=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 103 (40.62% from 255 or 45.98% from 224); Blue value is 51 (20.31% from 255 or 22.77% from 224); Max value from RGB is 103 - color contains mainly: green. Hex color #466733 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466733 is #B998CC. Grayscale: #575757. Windows color (decimal): -12163277 or 3368774. OLE color: 3368774.

HSL color Cylindrical-coordinate representation of color #466733: hue angle of 98.08º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #466733 is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB 70 103 51 -
CMYK 0.32 0 0.50 0.60
HSL 98.08º 0.34% 0.3% -
HSV(B) 98.08º 0.5% 0.4% -
XYZ 7.97 11.24 4.88 -
YUV 87.21 107.57 115.73 -
System Red Green Blue C M Y K H S L
Decimal 70 103 51 0.32 0 0.50 0.60 98.08 0.34 0.3
Hex 46 67 33 20 0 32 3C 62 22 1E
Octal 106 147 63 40 0 62 74 142 42 36
Binary 1000110 1100111 110011 100000 0 110010 111100 1100010 100010 11110

Color Harmonies of #466733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466733

Black with #466733

Text Example


Text Example

White with #466733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466733; }

 p { color: rgb(70,103,51); }

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

background-color css

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

 a { background-color: rgb(70,103,51); }

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

border-color css

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

 span { border-color: rgb(70,103,51); }

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