Html Css Color HEX #467428 Dell

📋 copy color: '#467428'

red 70 ◦ green 116 ◦ blue 40

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

Shades of Dell #467428

Tints of Dell #467428

RGB

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

 GREEN value IS 116 (45.7% from 255) = 51.33%

 BLUE value IS 40 (16.02% from 255) = 17.7%

R = 30.97%
G = 51.33%
B = 17.7%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#467428 (or 0x467428) is known color: Dell. HEX triplet: 46, 74 and 28. RGB value is (70,116,40). Sum of RGB (Red+Green+Blue) = 70+116+40=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 116 (45.70% from 255 or 51.33% from 226); Blue value is 40 (16.02% from 255 or 17.70% from 226); Max value from RGB is 116 - color contains mainly: green. Hex color #467428 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467428 is #B98BD7. Grayscale: #5D5D5D. Windows color (decimal): -12159960 or 2651206. OLE color: 2651206.

HSL color Cylindrical-coordinate representation of color #467428: hue angle of 96.32º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #467428 is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 116 40 -
CMYK 0.40 0 0.66 0.55
HSL 96.32º 0.49% 0.31% -
HSV(B) 96.32º 0.66% 0.45% -
XYZ 9.15 13.95 4.22 -
YUV 93.58 97.76 111.18 -
System Red Green Blue C M Y K H S L
Decimal 70 116 40 0.40 0 0.66 0.55 96.32 0.49 0.31
Hex 46 74 28 28 0 42 37 60 31 1F
Octal 106 164 50 50 0 102 67 140 61 37
Binary 1000110 1110100 101000 101000 0 1000010 110111 1100000 110001 11111

Color Harmonies of #467428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467428

Black with #467428

Text Example


Text Example

White with #467428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467428; }

 p { color: rgb(70,116,40); }

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

background-color css

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

 a { background-color: rgb(70,116,40); }

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

border-color css

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

 span { border-color: rgb(70,116,40); }

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