Html Css Color HEX #336117 Dell

📋 copy color: '#336117'

red 51 ◦ green 97 ◦ blue 23

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

Shades of Dell #336117

Tints of Dell #336117

RGB

 RED value IS 51 (20.31% from 255) = 29.82%

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

 BLUE value IS 23 (9.38% from 255) = 13.45%

R = 29.82%
G = 56.73%
B = 13.45%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#336117 (or 0x336117) is known color: Dell. HEX triplet: 33, 61 and 17. RGB value is (51,97,23). Sum of RGB (Red+Green+Blue) = 51+97+23=171 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.82% from 171); Green value is 97 (38.28% from 255 or 56.73% from 171); Blue value is 23 (9.38% from 255 or 13.45% from 171); Max value from RGB is 97 - color contains mainly: green. Hex color #336117 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336117 is #CC9EE8. Grayscale: #4B4B4B. Windows color (decimal): -13410025 or 1532211. OLE color: 1532211.

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

Color convert

RGB 51 97 23 -
CMYK 0.47 0 0.76 0.62
HSL 97.3º 0.62% 0.24% -
HSV(B) 97.3º 0.76% 0.38% -
XYZ 5.79 9.32 2.3 -
YUV 74.81 98.76 111.02 -
System Red Green Blue C M Y K H S L
Decimal 51 97 23 0.47 0 0.76 0.62 97.3 0.62 0.24
Hex 33 61 17 2F 0 4C 3E 61 3E 18
Octal 63 141 27 57 0 114 76 141 76 30
Binary 110011 1100001 10111 101111 0 1001100 111110 1100001 111110 11000

Color Harmonies of #336117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336117

Black with #336117

Text Example


Text Example

White with #336117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336117; }

 p { color: rgb(51,97,23); }

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

background-color css

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

 a { background-color: rgb(51,97,23); }

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

border-color css

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

 span { border-color: rgb(51,97,23); }

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