Html Css Color HEX #356210 Dell

📋 copy color: '#356210'

red 53 ◦ green 98 ◦ blue 16

#356210
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dell #356210

Tints of Dell #356210

RGB

 RED value IS 53 (21.09% from 255) = 31.74%

 GREEN value IS 98 (38.67% from 255) = 58.68%

 BLUE value IS 16 (6.64% from 255) = 9.58%

R = 31.74%
G = 58.68%
B = 9.58%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#356210 (or 0x356210) is known color: Dell. HEX triplet: 35, 62 and 10. RGB value is (53,98,16). Sum of RGB (Red+Green+Blue) = 53+98+16=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 98 (38.67% from 255 or 58.68% from 167); Blue value is 16 (6.64% from 255 or 9.58% from 167); Max value from RGB is 98 - color contains mainly: green. Hex color #356210 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356210 is #CA9DEF. Grayscale: #4B4B4B. Windows color (decimal): -13278704 or 1073717. OLE color: 1073717.

HSL color Cylindrical-coordinate representation of color #356210: hue angle of 92.93º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #356210 is Cyan = 0.46, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 98 16 -
CMYK 0.46 0 0.84 0.62
HSL 92.93º 0.72% 0.22% -
HSV(B) 92.93º 0.84% 0.38% -
XYZ 5.93 9.53 2.02 -
YUV 75.2 94.59 112.17 -
System Red Green Blue C M Y K H S L
Decimal 53 98 16 0.46 0 0.84 0.62 92.93 0.72 0.22
Hex 35 62 10 2E 0 54 3E 5D 48 16
Octal 65 142 20 56 0 124 76 135 110 26
Binary 110101 1100010 10000 101110 0 1010100 111110 1011101 1001000 10110

Color Harmonies of #356210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356210

Black with #356210

Text Example


Text Example

White with #356210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356210; }

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

 H1.HeaderClassName
 {
   color: #356210;
 }
 .AnyTagClassName
 {
   color: #356210;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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