Html Css Color HEX #467027 Dell

📋 copy color: '#467027'

red 70 ◦ green 112 ◦ blue 39

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

Shades of Dell #467027

Tints of Dell #467027

RGB

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

 GREEN value IS 112 (44.14% from 255) = 50.68%

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

R = 31.67%
G = 50.68%
B = 17.65%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#467027 (or 0x467027) is known color: Dell. HEX triplet: 46, 70 and 27. RGB value is (70,112,39). Sum of RGB (Red+Green+Blue) = 70+112+39=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 112 (44.14% from 255 or 50.68% from 221); Blue value is 39 (15.62% from 255 or 17.65% from 221); Max value from RGB is 112 - color contains mainly: green. Hex color #467027 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467027 is #B98FD8. Grayscale: #5B5B5B. Windows color (decimal): -12160985 or 2584646. OLE color: 2584646.

HSL color Cylindrical-coordinate representation of color #467027: hue angle of 94.52º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #467027 is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 112 39 -
CMYK 0.38 0 0.65 0.56
HSL 94.52º 0.48% 0.3% -
HSV(B) 94.52º 0.65% 0.44% -
XYZ 8.69 13.04 3.98 -
YUV 91.12 98.59 112.94 -
System Red Green Blue C M Y K H S L
Decimal 70 112 39 0.38 0 0.65 0.56 94.52 0.48 0.3
Hex 46 70 27 26 0 41 38 5F 30 1E
Octal 106 160 47 46 0 101 70 137 60 36
Binary 1000110 1110000 100111 100110 0 1000001 111000 1011111 110000 11110

Color Harmonies of #467027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467027

Black with #467027

Text Example


Text Example

White with #467027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467027; }

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

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

background-color css

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

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

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

border-color css

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

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

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