Html Css Color HEX #346317 Dell

📋 copy color: '#346317'

red 52 ◦ green 99 ◦ blue 23

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

Shades of Dell #346317

Tints of Dell #346317

RGB

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

 GREEN value IS 99 (39.06% from 255) = 56.9%

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

R = 29.89%
G = 56.9%
B = 13.22%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.77

 K value IS 0.61

RGB Variations

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

Color information

#346317 (or 0x346317) is known color: Dell. HEX triplet: 34, 63 and 17. RGB value is (52,99,23). Sum of RGB (Red+Green+Blue) = 52+99+23=174 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.89% from 174); Green value is 99 (39.06% from 255 or 56.90% from 174); Blue value is 23 (9.38% from 255 or 13.22% from 174); Max value from RGB is 99 - color contains mainly: green. Hex color #346317 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346317 is #CB9CE8. Grayscale: #4C4C4C. Windows color (decimal): -13343977 or 1532724. OLE color: 1532724.

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

Color convert

RGB 52 99 23 -
CMYK 0.47 0 0.77 0.61
HSL 97.11º 0.62% 0.24% -
HSV(B) 97.11º 0.77% 0.39% -
XYZ 6.03 9.72 2.37 -
YUV 76.28 97.93 110.68 -
System Red Green Blue C M Y K H S L
Decimal 52 99 23 0.47 0 0.77 0.61 97.11 0.62 0.24
Hex 34 63 17 2F 0 4D 3D 61 3E 18
Octal 64 143 27 57 0 115 75 141 76 30
Binary 110100 1100011 10111 101111 0 1001101 111101 1100001 111110 11000

Color Harmonies of #346317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346317

Black with #346317

Text Example


Text Example

White with #346317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346317; }

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

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

background-color css

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

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

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

border-color css

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

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

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