Html Css Color HEX #356015 Dell

📋 copy color: '#356015'

red 53 ◦ green 96 ◦ blue 21

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

Shades of Dell #356015

Tints of Dell #356015

RGB

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

 GREEN value IS 96 (37.89% from 255) = 56.47%

 BLUE value IS 21 (8.59% from 255) = 12.35%

R = 31.18%
G = 56.47%
B = 12.35%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#356015 (or 0x356015) is known color: Dell. HEX triplet: 35, 60 and 15. RGB value is (53,96,21). Sum of RGB (Red+Green+Blue) = 53+96+21=170 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.18% from 170); Green value is 96 (37.89% from 255 or 56.47% from 170); Blue value is 21 (8.59% from 255 or 12.35% from 170); Max value from RGB is 96 - color contains mainly: green. Hex color #356015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356015 is #CA9FEA. Grayscale: #4A4A4A. Windows color (decimal): -13279211 or 1400885. OLE color: 1400885.

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

Color convert

RGB 53 96 21 -
CMYK 0.45 0 0.78 0.62
HSL 94.4º 0.64% 0.23% -
HSV(B) 94.4º 0.78% 0.38% -
XYZ 5.79 9.18 2.18 -
YUV 74.59 97.75 112.6 -
System Red Green Blue C M Y K H S L
Decimal 53 96 21 0.45 0 0.78 0.62 94.4 0.64 0.23
Hex 35 60 15 2D 0 4E 3E 5E 40 17
Octal 65 140 25 55 0 116 76 136 100 27
Binary 110101 1100000 10101 101101 0 1001110 111110 1011110 1000000 10111

Color Harmonies of #356015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356015

Black with #356015

Text Example


Text Example

White with #356015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356015; }

 p { color: rgb(53,96,21); }

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

background-color css

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

 a { background-color: rgb(53,96,21); }

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

border-color css

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

 span { border-color: rgb(53,96,21); }

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