Html Css Color HEX #467231 Dell

📋 copy color: '#467231'

red 70 ◦ green 114 ◦ blue 49

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

Shades of Dell #467231

Tints of Dell #467231

RGB

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

 GREEN value IS 114 (44.92% from 255) = 48.93%

 BLUE value IS 49 (19.53% from 255) = 21.03%

R = 30.04%
G = 48.93%
B = 21.03%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#467231 (or 0x467231) is known color: Dell. HEX triplet: 46, 72 and 31. RGB value is (70,114,49). Sum of RGB (Red+Green+Blue) = 70+114+49=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 114 (44.92% from 255 or 48.93% from 233); Blue value is 49 (19.53% from 255 or 21.03% from 233); Max value from RGB is 114 - color contains mainly: green. Hex color #467231 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467231 is #B98DCE. Grayscale: #5D5D5D. Windows color (decimal): -12160463 or 3240518. OLE color: 3240518.

HSL color Cylindrical-coordinate representation of color #467231: hue angle of 100.62º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #467231 is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 114 49 -
CMYK 0.39 0 0.57 0.55
HSL 100.62º 0.4% 0.32% -
HSV(B) 100.62º 0.57% 0.45% -
XYZ 9.1 13.56 5.04 -
YUV 93.43 102.92 111.29 -
System Red Green Blue C M Y K H S L
Decimal 70 114 49 0.39 0 0.57 0.55 100.62 0.4 0.32
Hex 46 72 31 27 0 39 37 65 28 20
Octal 106 162 61 47 0 71 67 145 50 40
Binary 1000110 1110010 110001 100111 0 111001 110111 1100101 101000 100000

Color Harmonies of #467231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467231

Black with #467231

Text Example


Text Example

White with #467231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467231; }

 p { color: rgb(70,114,49); }

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

background-color css

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

 a { background-color: rgb(70,114,49); }

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

border-color css

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

 span { border-color: rgb(70,114,49); }

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