Html Css Color HEX #356017 Dell

📋 copy color: '#356017'

red 53 ◦ green 96 ◦ blue 23

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

Shades of Dell #356017

Tints of Dell #356017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 13.37%

R = 30.81%
G = 55.81%
B = 13.37%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#356017 (or 0x356017) is known color: Dell. HEX triplet: 35, 60 and 17. RGB value is (53,96,23). Sum of RGB (Red+Green+Blue) = 53+96+23=172 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.81% from 172); Green value is 96 (37.89% from 255 or 55.81% from 172); Blue value is 23 (9.38% from 255 or 13.37% from 172); Max value from RGB is 96 - color contains mainly: green. Hex color #356017 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356017 is #CA9FE8. Grayscale: #4B4B4B. Windows color (decimal): -13279209 or 1531957. OLE color: 1531957.

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

Color convert

RGB 53 96 23 -
CMYK 0.45 0 0.76 0.62
HSL 95.34º 0.61% 0.23% -
HSV(B) 95.34º 0.76% 0.38% -
XYZ 5.81 9.18 2.28 -
YUV 74.82 98.75 112.44 -
System Red Green Blue C M Y K H S L
Decimal 53 96 23 0.45 0 0.76 0.62 95.34 0.61 0.23
Hex 35 60 17 2D 0 4C 3E 5F 3D 17
Octal 65 140 27 55 0 114 76 137 75 27
Binary 110101 1100000 10111 101101 0 1001100 111110 1011111 111101 10111

Color Harmonies of #356017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356017

Black with #356017

Text Example


Text Example

White with #356017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356017; }

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

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

background-color css

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

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

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

border-color css

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

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

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