Html Css Color HEX #356410 Dell

📋 copy color: '#356410'

red 53 ◦ green 100 ◦ blue 16

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

Shades of Dell #356410

Tints of Dell #356410

RGB

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

 GREEN value IS 100 (39.45% from 255) = 59.17%

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

R = 31.36%
G = 59.17%
B = 9.47%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.84

 K value IS 0.61

RGB Variations

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

Color information

#356410 (or 0x356410) is known color: Dell. HEX triplet: 35, 64 and 10. RGB value is (53,100,16). Sum of RGB (Red+Green+Blue) = 53+100+16=169 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.36% from 169); Green value is 100 (39.45% from 255 or 59.17% from 169); Blue value is 16 (6.64% from 255 or 9.47% from 169); Max value from RGB is 100 - color contains mainly: green. Hex color #356410 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356410 is #CA9BEF. Grayscale: #4C4C4C. Windows color (decimal): -13278192 or 1074229. OLE color: 1074229.

HSL color Cylindrical-coordinate representation of color #356410: hue angle of 93.57º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #356410 is Cyan = 0.47, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.61.

Color convert

RGB 53 100 16 -
CMYK 0.47 0 0.84 0.61
HSL 93.57º 0.72% 0.23% -
HSV(B) 93.57º 0.84% 0.39% -
XYZ 6.12 9.91 2.08 -
YUV 76.37 93.93 111.33 -
System Red Green Blue C M Y K H S L
Decimal 53 100 16 0.47 0 0.84 0.61 93.57 0.72 0.23
Hex 35 64 10 2F 0 54 3D 5E 48 17
Octal 65 144 20 57 0 124 75 136 110 27
Binary 110101 1100100 10000 101111 0 1010100 111101 1011110 1001000 10111

Color Harmonies of #356410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356410

Black with #356410

Text Example


Text Example

White with #356410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356410; }

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

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

background-color css

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

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

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

border-color css

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

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

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