Html Css Color HEX #346114 Dell

📋 copy color: '#346114'

red 52 ◦ green 97 ◦ blue 20

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

Shades of Dell #346114

Tints of Dell #346114

RGB

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

 GREEN value IS 97 (38.28% from 255) = 57.4%

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

R = 30.77%
G = 57.4%
B = 11.83%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#346114 (or 0x346114) is known color: Dell. HEX triplet: 34, 61 and 14. RGB value is (52,97,20). Sum of RGB (Red+Green+Blue) = 52+97+20=169 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.77% from 169); Green value is 97 (38.28% from 255 or 57.40% from 169); Blue value is 20 (8.20% from 255 or 11.83% from 169); Max value from RGB is 97 - color contains mainly: green. Hex color #346114 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346114 is #CB9EEB. Grayscale: #4B4B4B. Windows color (decimal): -13344492 or 1335604. OLE color: 1335604.

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

Color convert

RGB 52 97 20 -
CMYK 0.46 0 0.79 0.62
HSL 95.06º 0.66% 0.23% -
HSV(B) 95.06º 0.79% 0.38% -
XYZ 5.82 9.33 2.16 -
YUV 74.77 97.09 111.76 -
System Red Green Blue C M Y K H S L
Decimal 52 97 20 0.46 0 0.79 0.62 95.06 0.66 0.23
Hex 34 61 14 2E 0 4F 3E 5F 42 17
Octal 64 141 24 56 0 117 76 137 102 27
Binary 110100 1100001 10100 101110 0 1001111 111110 1011111 1000010 10111

Color Harmonies of #346114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346114

Black with #346114

Text Example


Text Example

White with #346114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346114; }

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

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

background-color css

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

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

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

border-color css

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

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

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