Html Css Color HEX #346012 Dell

📋 copy color: '#346012'

red 52 ◦ green 96 ◦ blue 18

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

Shades of Dell #346012

Tints of Dell #346012

RGB

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

 GREEN value IS 96 (37.89% from 255) = 57.83%

 BLUE value IS 18 (7.42% from 255) = 10.84%

R = 31.33%
G = 57.83%
B = 10.84%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#346012 (or 0x346012) is known color: Dell. HEX triplet: 34, 60 and 12. RGB value is (52,96,18). Sum of RGB (Red+Green+Blue) = 52+96+18=166 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.33% from 166); Green value is 96 (37.89% from 255 or 57.83% from 166); Blue value is 18 (7.42% from 255 or 10.84% from 166); Max value from RGB is 96 - color contains mainly: green. Hex color #346012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346012 is #CB9FED. Grayscale: #4A4A4A. Windows color (decimal): -13344750 or 1204276. OLE color: 1204276.

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

Color convert

RGB 52 96 18 -
CMYK 0.46 0 0.81 0.62
HSL 93.85º 0.68% 0.22% -
HSV(B) 93.85º 0.81% 0.38% -
XYZ 5.71 9.14 2.04 -
YUV 73.95 96.42 112.34 -
System Red Green Blue C M Y K H S L
Decimal 52 96 18 0.46 0 0.81 0.62 93.85 0.68 0.22
Hex 34 60 12 2E 0 51 3E 5E 44 16
Octal 64 140 22 56 0 121 76 136 104 26
Binary 110100 1100000 10010 101110 0 1010001 111110 1011110 1000100 10110

Color Harmonies of #346012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346012

Black with #346012

Text Example


Text Example

White with #346012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346012; }

 p { color: rgb(52,96,18); }

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

background-color css

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

 a { background-color: rgb(52,96,18); }

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

border-color css

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

 span { border-color: rgb(52,96,18); }

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