Html Css Color HEX #346217 Dell

📋 copy color: '#346217'

red 52 ◦ green 98 ◦ blue 23

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

Shades of Dell #346217

Tints of Dell #346217

RGB

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

 GREEN value IS 98 (38.67% from 255) = 56.65%

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

R = 30.06%
G = 56.65%
B = 13.29%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#346217 (or 0x346217) is known color: Dell. HEX triplet: 34, 62 and 17. RGB value is (52,98,23). Sum of RGB (Red+Green+Blue) = 52+98+23=173 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.06% from 173); Green value is 98 (38.67% from 255 or 56.65% from 173); Blue value is 23 (9.38% from 255 or 13.29% from 173); Max value from RGB is 98 - color contains mainly: green. Hex color #346217 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346217 is #CB9DE8. Grayscale: #4B4B4B. Windows color (decimal): -13344233 or 1532468. OLE color: 1532468.

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

Color convert

RGB 52 98 23 -
CMYK 0.47 0 0.77 0.62
HSL 96.8º 0.62% 0.24% -
HSV(B) 96.8º 0.77% 0.38% -
XYZ 5.94 9.53 2.34 -
YUV 75.7 98.26 111.1 -
System Red Green Blue C M Y K H S L
Decimal 52 98 23 0.47 0 0.77 0.62 96.8 0.62 0.24
Hex 34 62 17 2F 0 4D 3E 61 3E 18
Octal 64 142 27 57 0 115 76 141 76 30
Binary 110100 1100010 10111 101111 0 1001101 111110 1100001 111110 11000

Color Harmonies of #346217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346217

Black with #346217

Text Example


Text Example

White with #346217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346217; }

 p { color: rgb(52,98,23); }

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

background-color css

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

 a { background-color: rgb(52,98,23); }

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

border-color css

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

 span { border-color: rgb(52,98,23); }

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