Html Css Color HEX #356610 Dell

📋 copy color: '#356610'

red 53 ◦ green 102 ◦ blue 16

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

Shades of Dell #356610

Tints of Dell #356610

RGB

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

 GREEN value IS 102 (40.23% from 255) = 59.65%

 BLUE value IS 16 (6.64% from 255) = 9.36%

R = 30.99%
G = 59.65%
B = 9.36%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.84

 K value IS 0.6

RGB Variations

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

Color information

#356610 (or 0x356610) is known color: Dell. HEX triplet: 35, 66 and 10. RGB value is (53,102,16). Sum of RGB (Red+Green+Blue) = 53+102+16=171 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.99% from 171); Green value is 102 (40.23% from 255 or 59.65% from 171); Blue value is 16 (6.64% from 255 or 9.36% from 171); Max value from RGB is 102 - color contains mainly: green. Hex color #356610 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356610 is #CA99EF. Grayscale: #4D4D4D. Windows color (decimal): -13277680 or 1074741. OLE color: 1074741.

HSL color Cylindrical-coordinate representation of color #356610: hue angle of 94.19º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #356610 is Cyan = 0.48, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.6.

Color convert

RGB 53 102 16 -
CMYK 0.48 0 0.84 0.6
HSL 94.19º 0.73% 0.23% -
HSV(B) 94.19º 0.84% 0.4% -
XYZ 6.31 10.3 2.15 -
YUV 77.55 93.27 110.49 -
System Red Green Blue C M Y K H S L
Decimal 53 102 16 0.48 0 0.84 0.6 94.19 0.73 0.23
Hex 35 66 10 30 0 54 3C 5E 49 17
Octal 65 146 20 60 0 124 74 136 111 27
Binary 110101 1100110 10000 110000 0 1010100 111100 1011110 1001001 10111

Color Harmonies of #356610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356610

Black with #356610

Text Example


Text Example

White with #356610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356610; }

 p { color: rgb(53,102,16); }

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

background-color css

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

 a { background-color: rgb(53,102,16); }

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

border-color css

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

 span { border-color: rgb(53,102,16); }

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