Html Css Color HEX #467427 Dell

📋 copy color: '#467427'

red 70 ◦ green 116 ◦ blue 39

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

Shades of Dell #467427

Tints of Dell #467427

RGB

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

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

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

R = 31.11%
G = 51.56%
B = 17.33%

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

#467427 (or 0x467427) is known color: Dell. HEX triplet: 46, 74 and 27. RGB value is (70,116,39). Sum of RGB (Red+Green+Blue) = 70+116+39=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 116 (45.70% from 255 or 51.56% from 225); Blue value is 39 (15.62% from 255 or 17.33% from 225); Max value from RGB is 116 - color contains mainly: green. Hex color #467427 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467427 is #B98BD8. Grayscale: #5D5D5D. Windows color (decimal): -12159961 or 2585670. OLE color: 2585670.

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

Color convert

RGB 70 116 39 -
CMYK 0.40 0 0.66 0.55
HSL 95.84º 0.5% 0.3% -
HSV(B) 95.84º 0.66% 0.45% -
XYZ 9.14 13.94 4.13 -
YUV 93.47 97.26 111.26 -
System Red Green Blue C M Y K H S L
Decimal 70 116 39 0.40 0 0.66 0.55 95.84 0.5 0.3
Hex 46 74 27 28 0 42 37 60 32 1E
Octal 106 164 47 50 0 102 67 140 62 36
Binary 1000110 1110100 100111 101000 0 1000010 110111 1100000 110010 11110

Color Harmonies of #467427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467427

Black with #467427

Text Example


Text Example

White with #467427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467427; }

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

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

background-color css

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

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

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

border-color css

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

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

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