#35650D

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

Shades of Dell #35650D

Tints of Dell #35650D

Color information

#35650D (or 0x35650D) is unknown color: approx Dell. HEX triplet: 35, 65 and 0D. RGB value is (53,101,13). Sum of RGB (Red+Green+Blue) = 53+101+13=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 101 (39.84% from 255 or 60.48% from 167); Blue value is 13 (5.47% from 255 or 7.78% from 167); Max value from RGB is 101 - color contains mainly: green. Hex color #35650D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #35650D is #CA9AF2. Grayscale: #4C4C4C. Windows color (decimal): -13277939 or 877877. OLE color: 877877.

HSL color Cylindrical-coordinate representation of color #35650D: hue angle of 92.73º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #35650D is Cyan = 0.48, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.60.

Color convert

RGB5310113-
CMYK0.4800.870.60
HSL92.73º77.19%22.35%-
HSV(B)92.73º87.13%39.61%-
XYZ6.1910.092-
YUV76.6292.1111.16-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.74%
GREEN value IS 101 (39.84% from 255) = 60.48%
BLUE value IS 13 (5.47% from 255) = 7.78%
R=31.74%
G=60.48%
B=7.78%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal53101130.4800.870.6092.7377.1922.35
Hex3565D300573C5d4d16
Octal65145156001277413511526
Binary11010111001011101110000010101111111001011101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35650D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35650D; }

 p { color: rgb(53,101,13); }

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

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

 a { background-color: rgb(53,101,13); }

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

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

 span { border-color: rgb(53,101,13); }

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