Html Css Color HEX #346010 Dell

📋 copy color: '#346010'

red 52 ◦ green 96 ◦ blue 16

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

Shades of Dell #346010

Tints of Dell #346010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.76%

R = 31.71%
G = 58.54%
B = 9.76%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#346010 (or 0x346010) is known color: Dell. HEX triplet: 34, 60 and 10. RGB value is (52,96,16). Sum of RGB (Red+Green+Blue) = 52+96+16=164 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.71% from 164); Green value is 96 (37.89% from 255 or 58.54% from 164); Blue value is 16 (6.64% from 255 or 9.76% from 164); Max value from RGB is 96 - color contains mainly: green. Hex color #346010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346010 is #CB9FEF. Grayscale: #4A4A4A. Windows color (decimal): -13344752 or 1073204. OLE color: 1073204.

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

Color convert

RGB 52 96 16 -
CMYK 0.46 0 0.83 0.62
HSL 93º 0.71% 0.22% -
HSV(B) 93º 0.83% 0.38% -
XYZ 5.69 9.13 1.95 -
YUV 73.72 95.42 112.5 -
System Red Green Blue C M Y K H S L
Decimal 52 96 16 0.46 0 0.83 0.62 93 0.71 0.22
Hex 34 60 10 2E 0 53 3E 5D 47 16
Octal 64 140 20 56 0 123 76 135 107 26
Binary 110100 1100000 10000 101110 0 1010011 111110 1011101 1000111 10110

Color Harmonies of #346010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346010

Black with #346010

Text Example


Text Example

White with #346010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346010; }

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

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

background-color css

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

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

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

border-color css

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

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

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