Html Css Color HEX #356019 Dell

📋 copy color: '#356019'

red 53 ◦ green 96 ◦ blue 25

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

Shades of Dell #356019

Tints of Dell #356019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 14.37%

R = 30.46%
G = 55.17%
B = 14.37%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#356019 (or 0x356019) is known color: Dell. HEX triplet: 35, 60 and 19. RGB value is (53,96,25). Sum of RGB (Red+Green+Blue) = 53+96+25=174 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.46% from 174); Green value is 96 (37.89% from 255 or 55.17% from 174); Blue value is 25 (10.16% from 255 or 14.37% from 174); Max value from RGB is 96 - color contains mainly: green. Hex color #356019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356019 is #CA9FE6. Grayscale: #4B4B4B. Windows color (decimal): -13279207 or 1663029. OLE color: 1663029.

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

Color convert

RGB 53 96 25 -
CMYK 0.45 0 0.74 0.62
HSL 96.34º 0.59% 0.24% -
HSV(B) 96.34º 0.74% 0.38% -
XYZ 5.83 9.19 2.39 -
YUV 75.05 99.75 112.27 -
System Red Green Blue C M Y K H S L
Decimal 53 96 25 0.45 0 0.74 0.62 96.34 0.59 0.24
Hex 35 60 19 2D 0 4A 3E 60 3B 18
Octal 65 140 31 55 0 112 76 140 73 30
Binary 110101 1100000 11001 101101 0 1001010 111110 1100000 111011 11000

Color Harmonies of #356019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356019

Black with #356019

Text Example


Text Example

White with #356019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356019; }

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

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

background-color css

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

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

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

border-color css

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

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

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