Html Css Color HEX #467034 Dell

📋 copy color: '#467034'

red 70 ◦ green 112 ◦ blue 52

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

Shades of Dell #467034

Tints of Dell #467034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 22.22%

R = 29.91%
G = 47.86%
B = 22.22%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#467034 (or 0x467034) is known color: Dell. HEX triplet: 46, 70 and 34. RGB value is (70,112,52). Sum of RGB (Red+Green+Blue) = 70+112+52=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 52 (20.70% from 255 or 22.22% from 234); Max value from RGB is 112 - color contains mainly: green. Hex color #467034 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467034 is #B98FCB. Grayscale: #5C5C5C. Windows color (decimal): -12160972 or 3436614. OLE color: 3436614.

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

Color convert

RGB 70 112 52 -
CMYK 0.38 0 0.54 0.56
HSL 102º 0.37% 0.32% -
HSV(B) 102º 0.54% 0.44% -
XYZ 8.94 13.14 5.31 -
YUV 92.6 105.09 111.88 -
System Red Green Blue C M Y K H S L
Decimal 70 112 52 0.38 0 0.54 0.56 102 0.37 0.32
Hex 46 70 34 26 0 36 38 66 25 20
Octal 106 160 64 46 0 66 70 146 45 40
Binary 1000110 1110000 110100 100110 0 110110 111000 1100110 100101 100000

Color Harmonies of #467034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467034

Black with #467034

Text Example


Text Example

White with #467034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467034; }

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

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

background-color css

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

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

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

border-color css

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

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

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