#426530

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

Shades of Dell #426530

Tints of Dell #426530

Color information

#426530 (or 0x426530) is unknown color: approx Dell. HEX triplet: 42, 65 and 30. RGB value is (66,101,48). Sum of RGB (Red+Green+Blue) = 66+101+48=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 101 (39.84% from 255 or 46.98% from 215); Blue value is 48 (19.14% from 255 or 22.33% from 215); Max value from RGB is 101 - color contains mainly: green. Hex color #426530 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426530 is #BD9ACF. Grayscale: #545454. Windows color (decimal): -12425936 or 3171650. OLE color: 3171650.

HSL color Cylindrical-coordinate representation of color #426530: hue angle of 99.62º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #426530 is Cyan = 0.35, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.60.

Color convert

RGB6610148-
CMYK0.3500.520.60
HSL99.62º35.57%29.22%-
HSV(B)99.62º52.48%39.61%-
XYZ7.4310.684.47-
YUV84.49107.4114.81-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.70%
GREEN value IS 101 (39.84% from 255) = 46.98%
BLUE value IS 48 (19.14% from 255) = 22.33%
R=30.70%
G=46.98%
B=22.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal66101480.3500.520.6099.6235.5729.22
Hex426530230343C64241d
Octal1021456043064741444435
Binary100001011001011100001000110110100111100110010010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426530; }

 p { color: rgb(66,101,48); }

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

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

 a { background-color: rgb(66,101,48); }

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

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

 span { border-color: rgb(66,101,48); }

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