Html Css Color HEX #356310 Dell

📋 copy color: '#356310'

red 53 ◦ green 99 ◦ blue 16

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

Shades of Dell #356310

Tints of Dell #356310

RGB

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

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

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

R = 31.55%
G = 58.93%
B = 9.52%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.84

 K value IS 0.61

RGB Variations

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

Color information

#356310 (or 0x356310) is known color: Dell. HEX triplet: 35, 63 and 10. RGB value is (53,99,16). Sum of RGB (Red+Green+Blue) = 53+99+16=168 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.55% from 168); Green value is 99 (39.06% from 255 or 58.93% from 168); Blue value is 16 (6.64% from 255 or 9.52% from 168); Max value from RGB is 99 - color contains mainly: green. Hex color #356310 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356310 is #CA9CEF. Grayscale: #4C4C4C. Windows color (decimal): -13278448 or 1073973. OLE color: 1073973.

HSL color Cylindrical-coordinate representation of color #356310: hue angle of 93.25º 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 #356310 is Cyan = 0.46, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.61.

Color convert

RGB 53 99 16 -
CMYK 0.46 0 0.84 0.61
HSL 93.25º 0.72% 0.23% -
HSV(B) 93.25º 0.84% 0.39% -
XYZ 6.02 9.72 2.05 -
YUV 75.78 94.26 111.75 -
System Red Green Blue C M Y K H S L
Decimal 53 99 16 0.46 0 0.84 0.61 93.25 0.72 0.23
Hex 35 63 10 2E 0 54 3D 5D 48 17
Octal 65 143 20 56 0 124 75 135 110 27
Binary 110101 1100011 10000 101110 0 1010100 111101 1011101 1001000 10111

Color Harmonies of #356310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356310

Black with #356310

Text Example


Text Example

White with #356310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356310; }

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

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

background-color css

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

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

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

border-color css

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

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

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