Html Css Color HEX #346413 Dell

📋 copy color: '#346413'

red 52 ◦ green 100 ◦ blue 19

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

Shades of Dell #346413

Tints of Dell #346413

RGB

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

 GREEN value IS 100 (39.45% from 255) = 58.48%

 BLUE value IS 19 (7.81% from 255) = 11.11%

R = 30.41%
G = 58.48%
B = 11.11%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.81

 K value IS 0.61

RGB Variations

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

Color information

#346413 (or 0x346413) is known color: Dell. HEX triplet: 34, 64 and 13. RGB value is (52,100,19). Sum of RGB (Red+Green+Blue) = 52+100+19=171 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.41% from 171); Green value is 100 (39.45% from 255 or 58.48% from 171); Blue value is 19 (7.81% from 255 or 11.11% from 171); Max value from RGB is 100 - color contains mainly: green. Hex color #346413 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346413 is #CB9BEC. Grayscale: #4C4C4C. Windows color (decimal): -13343725 or 1270836. OLE color: 1270836.

HSL color Cylindrical-coordinate representation of color #346413: hue angle of 95.56º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #346413 is Cyan = 0.48, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.61.

Color convert

RGB 52 100 19 -
CMYK 0.48 0 0.81 0.61
HSL 95.56º 0.68% 0.23% -
HSV(B) 95.56º 0.81% 0.39% -
XYZ 6.09 9.89 2.2 -
YUV 76.41 95.6 110.59 -
System Red Green Blue C M Y K H S L
Decimal 52 100 19 0.48 0 0.81 0.61 95.56 0.68 0.23
Hex 34 64 13 30 0 51 3D 60 44 17
Octal 64 144 23 60 0 121 75 140 104 27
Binary 110100 1100100 10011 110000 0 1010001 111101 1100000 1000100 10111

Color Harmonies of #346413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346413

Black with #346413

Text Example


Text Example

White with #346413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346413; }

 p { color: rgb(52,100,19); }

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

background-color css

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

 a { background-color: rgb(52,100,19); }

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

border-color css

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

 span { border-color: rgb(52,100,19); }

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