#456335

Color #456335 Dell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dell #456335

Tints of Dell #456335

Color information

#456335 (or 0x456335) is unknown color: approx Dell. HEX triplet: 45, 63 and 35. RGB value is (69,99,53). Sum of RGB (Red+Green+Blue) = 69+99+53=221 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.22% from 221); Green value is 99 (39.06% from 255 or 44.80% from 221); Blue value is 53 (21.09% from 255 or 23.98% from 221); Max value from RGB is 99 - color contains mainly: green. Hex color #456335 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456335 is #BA9CCA. Grayscale: #545454. Windows color (decimal): -12229835 or 3498821. OLE color: 3498821.

HSL color Cylindrical-coordinate representation of color #456335: hue angle of 99.13º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #456335 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.61.

Color convert

RGB699953-
CMYK0.3000.460.61
HSL99.13º30.26%29.8%-
HSV(B)99.13º46.46%38.82%-
XYZ7.5610.454.99-
YUV84.79110.06116.74-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.22%
GREEN value IS 99 (39.06% from 255) = 44.80%
BLUE value IS 53 (21.09% from 255) = 23.98%
R=31.22%
G=44.80%
B=23.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6999530.3000.460.6199.1330.2629.8
Hex4563351E02E3D631e1e
Octal1051436536056751433636
Binary1000101110001111010111110010111011110111000111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456335; }

 p { color: rgb(69,99,53); }

 H1.HeaderClassName
 {
   color: #456335;
 }
 .AnyTagClassName
 {
   color: #456335;
 }
</style>
background-color css

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

 a { background-color: rgb(69,99,53); }

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

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

 span { border-color: rgb(69,99,53); }

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