Html Css Color HEX #356614 Dell

📋 copy color: '#356614'

red 53 ◦ green 102 ◦ blue 20

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

Shades of Dell #356614

Tints of Dell #356614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.43%

R = 30.29%
G = 58.29%
B = 11.43%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.80

 K value IS 0.6

RGB Variations

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

Color information

#356614 (or 0x356614) is known color: Dell. HEX triplet: 35, 66 and 14. RGB value is (53,102,20). Sum of RGB (Red+Green+Blue) = 53+102+20=175 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.29% from 175); Green value is 102 (40.23% from 255 or 58.29% from 175); Blue value is 20 (8.20% from 255 or 11.43% from 175); Max value from RGB is 102 - color contains mainly: green. Hex color #356614 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356614 is #CA99EB. Grayscale: #4E4E4E. Windows color (decimal): -13277676 or 1336885. OLE color: 1336885.

HSL color Cylindrical-coordinate representation of color #356614: hue angle of 95.85º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #356614 is Cyan = 0.48, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.6.

Color convert

RGB 53 102 20 -
CMYK 0.48 0 0.80 0.6
HSL 95.85º 0.67% 0.24% -
HSV(B) 95.85º 0.8% 0.4% -
XYZ 6.35 10.31 2.32 -
YUV 78 95.27 110.17 -
System Red Green Blue C M Y K H S L
Decimal 53 102 20 0.48 0 0.80 0.6 95.85 0.67 0.24
Hex 35 66 14 30 0 50 3C 60 43 18
Octal 65 146 24 60 0 120 74 140 103 30
Binary 110101 1100110 10100 110000 0 1010000 111100 1100000 1000011 11000

Color Harmonies of #356614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356614

Black with #356614

Text Example


Text Example

White with #356614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356614; }

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

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

background-color css

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

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

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

border-color css

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

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

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