Html Css Color HEX #356116 Dell

📋 copy color: '#356116'

red 53 ◦ green 97 ◦ blue 22

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

Shades of Dell #356116

Tints of Dell #356116

RGB

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

 GREEN value IS 97 (38.28% from 255) = 56.4%

 BLUE value IS 22 (8.98% from 255) = 12.79%

R = 30.81%
G = 56.4%
B = 12.79%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#356116 (or 0x356116) is known color: Dell. HEX triplet: 35, 61 and 16. RGB value is (53,97,22). Sum of RGB (Red+Green+Blue) = 53+97+22=172 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.81% from 172); Green value is 97 (38.28% from 255 or 56.40% from 172); Blue value is 22 (8.98% from 255 or 12.79% from 172); Max value from RGB is 97 - color contains mainly: green. Hex color #356116 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356116 is #CA9EE9. Grayscale: #4B4B4B. Windows color (decimal): -13278954 or 1466677. OLE color: 1466677.

HSL color Cylindrical-coordinate representation of color #356116: hue angle of 95.2º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #356116 is Cyan = 0.45, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 97 22 -
CMYK 0.45 0 0.77 0.62
HSL 95.2º 0.63% 0.23% -
HSV(B) 95.2º 0.77% 0.38% -
XYZ 5.89 9.36 2.26 -
YUV 75.29 97.92 112.1 -
System Red Green Blue C M Y K H S L
Decimal 53 97 22 0.45 0 0.77 0.62 95.2 0.63 0.23
Hex 35 61 16 2D 0 4D 3E 5F 3F 17
Octal 65 141 26 55 0 115 76 137 77 27
Binary 110101 1100001 10110 101101 0 1001101 111110 1011111 111111 10111

Color Harmonies of #356116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356116

Black with #356116

Text Example


Text Example

White with #356116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356116; }

 p { color: rgb(53,97,22); }

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

background-color css

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

 a { background-color: rgb(53,97,22); }

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

border-color css

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

 span { border-color: rgb(53,97,22); }

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