Html Css Color HEX #467127 Dell

📋 copy color: '#467127'

red 70 ◦ green 113 ◦ blue 39

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

Shades of Dell #467127

Tints of Dell #467127

RGB

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

 GREEN value IS 113 (44.53% from 255) = 50.9%

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

R = 31.53%
G = 50.9%
B = 17.57%

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

#467127 (or 0x467127) is known color: Dell. HEX triplet: 46, 71 and 27. RGB value is (70,113,39). Sum of RGB (Red+Green+Blue) = 70+113+39=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 113 (44.53% from 255 or 50.90% from 222); Blue value is 39 (15.62% from 255 or 17.57% from 222); Max value from RGB is 113 - color contains mainly: green. Hex color #467127 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467127 is #B98ED8. Grayscale: #5B5B5B. Windows color (decimal): -12160729 or 2584902. OLE color: 2584902.

HSL color Cylindrical-coordinate representation of color #467127: hue angle of 94.86º degrees, saturation: 0.49, 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 #467127 is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 113 39 -
CMYK 0.38 0 0.65 0.56
HSL 94.86º 0.49% 0.3% -
HSV(B) 94.86º 0.65% 0.44% -
XYZ 8.8 13.26 4.02 -
YUV 91.71 98.25 112.52 -
System Red Green Blue C M Y K H S L
Decimal 70 113 39 0.38 0 0.65 0.56 94.86 0.49 0.3
Hex 46 71 27 26 0 41 38 5F 31 1E
Octal 106 161 47 46 0 101 70 137 61 36
Binary 1000110 1110001 100111 100110 0 1000001 111000 1011111 110001 11110

Color Harmonies of #467127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467127

Black with #467127

Text Example


Text Example

White with #467127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467127; }

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

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

background-color css

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

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

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

border-color css

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

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

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