#456227

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

Shades of Dell #456227

Tints of Dell #456227

Color information

#456227 (or 0x456227) is unknown color: approx Dell. HEX triplet: 45, 62 and 27. RGB value is (69,98,39). Sum of RGB (Red+Green+Blue) = 69+98+39=206 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.50% from 206); Green value is 98 (38.67% from 255 or 47.57% from 206); Blue value is 39 (15.62% from 255 or 18.93% from 206); Max value from RGB is 98 - color contains mainly: green. Hex color #456227 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456227 is #BA9DD8. Grayscale: #525252. Windows color (decimal): -12230105 or 2581061. OLE color: 2581061.

HSL color Cylindrical-coordinate representation of color #456227: hue angle of 89.49º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #456227 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB699839-
CMYK0.3000.600.62
HSL89.49º43.07%26.86%-
HSV(B)89.49º60.2%38.43%-
XYZ7.1910.153.5-
YUV82.6103.39118.3-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.50%
GREEN value IS 98 (38.67% from 255) = 47.57%
BLUE value IS 39 (15.62% from 255) = 18.93%
R=33.50%
G=47.57%
B=18.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6998390.3000.600.6289.4943.0726.86
Hex4562271E03C3E592b1b
Octal1051424736074761315333
Binary10001011100010100111111100111100111110101100110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456227; }

 p { color: rgb(69,98,39); }

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

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

 a { background-color: rgb(69,98,39); }

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

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

 span { border-color: rgb(69,98,39); }

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