Html Css Color HEX #346616 Dell

📋 copy color: '#346616'

red 52 ◦ green 102 ◦ blue 22

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

Shades of Dell #346616

Tints of Dell #346616

RGB

 RED value IS 52 (20.7% from 255) = 29.55%

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

 BLUE value IS 22 (8.98% from 255) = 12.5%

R = 29.55%
G = 57.95%
B = 12.5%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.78

 K value IS 0.6

RGB Variations

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

Color information

#346616 (or 0x346616) is known color: Dell. HEX triplet: 34, 66 and 16. RGB value is (52,102,22). Sum of RGB (Red+Green+Blue) = 52+102+22=176 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.55% from 176); Green value is 102 (40.23% from 255 or 57.95% from 176); Blue value is 22 (8.98% from 255 or 12.5% from 176); Max value from RGB is 102 - color contains mainly: green. Hex color #346616 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346616 is #CB99E9. Grayscale: #4E4E4E. Windows color (decimal): -13343210 or 1467956. OLE color: 1467956.

HSL color Cylindrical-coordinate representation of color #346616: hue angle of 97.5º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #346616 is Cyan = 0.49, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.6.

Color convert

RGB 52 102 22 -
CMYK 0.49 0 0.78 0.6
HSL 97.5º 0.65% 0.24% -
HSV(B) 97.5º 0.78% 0.4% -
XYZ 6.31 10.29 2.41 -
YUV 77.93 96.44 109.5 -
System Red Green Blue C M Y K H S L
Decimal 52 102 22 0.49 0 0.78 0.6 97.5 0.65 0.24
Hex 34 66 16 31 0 4E 3C 62 41 18
Octal 64 146 26 61 0 116 74 142 101 30
Binary 110100 1100110 10110 110001 0 1001110 111100 1100010 1000001 11000

Color Harmonies of #346616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346616

Black with #346616

Text Example


Text Example

White with #346616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346616; }

 p { color: rgb(52,102,22); }

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

background-color css

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

 a { background-color: rgb(52,102,22); }

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

border-color css

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

 span { border-color: rgb(52,102,22); }

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