Html Css Color HEX #356115 Dell

📋 copy color: '#356115'

red 53 ◦ green 97 ◦ blue 21

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

Shades of Dell #356115

Tints of Dell #356115

RGB

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

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

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

R = 30.99%
G = 56.73%
B = 12.28%

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

#356115 (or 0x356115) is known color: Dell. HEX triplet: 35, 61 and 15. RGB value is (53,97,21). Sum of RGB (Red+Green+Blue) = 53+97+21=171 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.99% from 171); Green value is 97 (38.28% from 255 or 56.73% from 171); Blue value is 21 (8.59% from 255 or 12.28% from 171); Max value from RGB is 97 - color contains mainly: green. Hex color #356115 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356115 is #CA9EEA. Grayscale: #4B4B4B. Windows color (decimal): -13278955 or 1401141. OLE color: 1401141.

HSL color Cylindrical-coordinate representation of color #356115: hue angle of 94.74º 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 #356115 is Cyan = 0.45, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 97 21 -
CMYK 0.45 0 0.78 0.62
HSL 94.74º 0.64% 0.23% -
HSV(B) 94.74º 0.78% 0.38% -
XYZ 5.88 9.36 2.21 -
YUV 75.18 97.42 112.18 -
System Red Green Blue C M Y K H S L
Decimal 53 97 21 0.45 0 0.78 0.62 94.74 0.64 0.23
Hex 35 61 15 2D 0 4E 3E 5F 40 17
Octal 65 141 25 55 0 116 76 137 100 27
Binary 110101 1100001 10101 101101 0 1001110 111110 1011111 1000000 10111

Color Harmonies of #356115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356115

Black with #356115

Text Example


Text Example

White with #356115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356115; }

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

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

background-color css

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

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

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

border-color css

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

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

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