Html Css Color HEX #346214 Dell

📋 copy color: '#346214'

red 52 ◦ green 98 ◦ blue 20

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

Shades of Dell #346214

Tints of Dell #346214

RGB

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

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

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

R = 30.59%
G = 57.65%
B = 11.76%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#346214 (or 0x346214) is known color: Dell. HEX triplet: 34, 62 and 14. RGB value is (52,98,20). Sum of RGB (Red+Green+Blue) = 52+98+20=170 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.59% from 170); Green value is 98 (38.67% from 255 or 57.65% from 170); Blue value is 20 (8.20% from 255 or 11.76% from 170); Max value from RGB is 98 - color contains mainly: green. Hex color #346214 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346214 is #CB9DEB. Grayscale: #4B4B4B. Windows color (decimal): -13344236 or 1335860. OLE color: 1335860.

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

Color convert

RGB 52 98 20 -
CMYK 0.47 0 0.80 0.62
HSL 95.38º 0.66% 0.23% -
HSV(B) 95.38º 0.8% 0.38% -
XYZ 5.91 9.52 2.19 -
YUV 75.35 96.76 111.34 -
System Red Green Blue C M Y K H S L
Decimal 52 98 20 0.47 0 0.80 0.62 95.38 0.66 0.23
Hex 34 62 14 2F 0 50 3E 5F 42 17
Octal 64 142 24 57 0 120 76 137 102 27
Binary 110100 1100010 10100 101111 0 1010000 111110 1011111 1000010 10111

Color Harmonies of #346214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346214

Black with #346214

Text Example


Text Example

White with #346214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346214; }

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

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

background-color css

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

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

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

border-color css

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

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

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