Html Css Color HEX #466627 Dell

📋 copy color: '#466627'

red 70 ◦ green 102 ◦ blue 39

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

Shades of Dell #466627

Tints of Dell #466627

RGB

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

 GREEN value IS 102 (40.23% from 255) = 48.34%

 BLUE value IS 39 (15.63% from 255) = 18.48%

R = 33.18%
G = 48.34%
B = 18.48%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.62

 K value IS 0.6

RGB Variations

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

Color information

#466627 (or 0x466627) is known color: Dell. HEX triplet: 46, 66 and 27. RGB value is (70,102,39). Sum of RGB (Red+Green+Blue) = 70+102+39=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 102 (40.23% from 255 or 48.34% from 211); Blue value is 39 (15.62% from 255 or 18.48% from 211); Max value from RGB is 102 - color contains mainly: green. Hex color #466627 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466627 is #B999D8. Grayscale: #555555. Windows color (decimal): -12163545 or 2582086. OLE color: 2582086.

HSL color Cylindrical-coordinate representation of color #466627: hue angle of 90.48º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #466627 is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.6.

Color convert

RGB 70 102 39 -
CMYK 0.31 0 0.62 0.6
HSL 90.48º 0.45% 0.28% -
HSV(B) 90.48º 0.62% 0.4% -
XYZ 7.64 10.95 3.63 -
YUV 85.25 101.9 117.12 -
System Red Green Blue C M Y K H S L
Decimal 70 102 39 0.31 0 0.62 0.6 90.48 0.45 0.28
Hex 46 66 27 1F 0 3E 3C 5A 2D 1C
Octal 106 146 47 37 0 76 74 132 55 34
Binary 1000110 1100110 100111 11111 0 111110 111100 1011010 101101 11100

Color Harmonies of #466627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466627

Black with #466627

Text Example


Text Example

White with #466627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466627; }

 p { color: rgb(70,102,39); }

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

background-color css

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

 a { background-color: rgb(70,102,39); }

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

border-color css

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

 span { border-color: rgb(70,102,39); }

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