#35621A

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

Shades of Dell #35621A

Tints of Dell #35621A

Color information

#35621A (or 0x35621A) is unknown color: approx Dell. HEX triplet: 35, 62 and 1A. RGB value is (53,98,26). Sum of RGB (Red+Green+Blue) = 53+98+26=177 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.94% from 177); Green value is 98 (38.67% from 255 or 55.37% from 177); Blue value is 26 (10.55% from 255 or 14.69% from 177); Max value from RGB is 98 - color contains mainly: green. Hex color #35621A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35621A is #CA9DE5. Grayscale: #4C4C4C. Windows color (decimal): -13278694 or 1729077. OLE color: 1729077.

HSL color Cylindrical-coordinate representation of color #35621A: hue angle of 97.5º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35621A is Cyan = 0.46, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB539826-
CMYK0.4600.730.62
HSL97.5º58.06%24.31%-
HSV(B)97.5º73.47%38.43%-
XYZ6.029.572.51-
YUV76.3499.59111.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.94%
GREEN value IS 98 (38.67% from 255) = 55.37%
BLUE value IS 26 (10.55% from 255) = 14.69%
R=29.94%
G=55.37%
B=14.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5398260.4600.730.6297.558.0624.31
Hex35621A2E0493E623a18
Octal6514232560111761427230
Binary11010111000101101010111001001001111110110001011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35621A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35621A; }

 p { color: rgb(53,98,26); }

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

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

 a { background-color: rgb(53,98,26); }

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

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

 span { border-color: rgb(53,98,26); }

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