Html Css Color HEX #467133 Dell

📋 copy color: '#467133'

red 70 ◦ green 113 ◦ blue 51

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

Shades of Dell #467133

Tints of Dell #467133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 21.79%

R = 29.91%
G = 48.29%
B = 21.79%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#467133 (or 0x467133) is known color: Dell. HEX triplet: 46, 71 and 33. RGB value is (70,113,51). Sum of RGB (Red+Green+Blue) = 70+113+51=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 113 (44.53% from 255 or 48.29% from 234); Blue value is 51 (20.31% from 255 or 21.79% from 234); Max value from RGB is 113 - color contains mainly: green. Hex color #467133 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467133 is #B98ECC. Grayscale: #5D5D5D. Windows color (decimal): -12160717 or 3371334. OLE color: 3371334.

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

Color convert

RGB 70 113 51 -
CMYK 0.38 0 0.55 0.56
HSL 101.61º 0.38% 0.32% -
HSV(B) 101.61º 0.55% 0.44% -
XYZ 9.03 13.35 5.23 -
YUV 93.08 104.25 111.54 -
System Red Green Blue C M Y K H S L
Decimal 70 113 51 0.38 0 0.55 0.56 101.61 0.38 0.32
Hex 46 71 33 26 0 37 38 66 26 20
Octal 106 161 63 46 0 67 70 146 46 40
Binary 1000110 1110001 110011 100110 0 110111 111000 1100110 100110 100000

Color Harmonies of #467133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467133

Black with #467133

Text Example


Text Example

White with #467133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467133; }

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

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

background-color css

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

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

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

border-color css

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

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

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