Html Css Color HEX #356311 Dell

📋 copy color: '#356311'

red 53 ◦ green 99 ◦ blue 17

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

Shades of Dell #356311

Tints of Dell #356311

RGB

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

 GREEN value IS 99 (39.06% from 255) = 58.58%

 BLUE value IS 17 (7.03% from 255) = 10.06%

R = 31.36%
G = 58.58%
B = 10.06%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.83

 K value IS 0.61

RGB Variations

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

Color information

#356311 (or 0x356311) is known color: Dell. HEX triplet: 35, 63 and 11. RGB value is (53,99,17). Sum of RGB (Red+Green+Blue) = 53+99+17=169 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.36% from 169); Green value is 99 (39.06% from 255 or 58.58% from 169); Blue value is 17 (7.03% from 255 or 10.06% from 169); Max value from RGB is 99 - color contains mainly: green. Hex color #356311 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356311 is #CA9CEE. Grayscale: #4C4C4C. Windows color (decimal): -13278447 or 1139509. OLE color: 1139509.

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

Color convert

RGB 53 99 17 -
CMYK 0.46 0 0.83 0.61
HSL 93.66º 0.71% 0.23% -
HSV(B) 93.66º 0.83% 0.39% -
XYZ 6.03 9.72 2.09 -
YUV 75.9 94.76 111.67 -
System Red Green Blue C M Y K H S L
Decimal 53 99 17 0.46 0 0.83 0.61 93.66 0.71 0.23
Hex 35 63 11 2E 0 53 3D 5E 47 17
Octal 65 143 21 56 0 123 75 136 107 27
Binary 110101 1100011 10001 101110 0 1010011 111101 1011110 1000111 10111

Color Harmonies of #356311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356311

Black with #356311

Text Example


Text Example

White with #356311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356311; }

 p { color: rgb(53,99,17); }

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

background-color css

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

 a { background-color: rgb(53,99,17); }

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

border-color css

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

 span { border-color: rgb(53,99,17); }

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