Html Css Color HEX #336115 Dell

📋 copy color: '#336115'

red 51 ◦ green 97 ◦ blue 21

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

Shades of Dell #336115

Tints of Dell #336115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.43%

R = 30.18%
G = 57.4%
B = 12.43%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#336115 (or 0x336115) is known color: Dell. HEX triplet: 33, 61 and 15. RGB value is (51,97,21). Sum of RGB (Red+Green+Blue) = 51+97+21=169 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.18% from 169); Green value is 97 (38.28% from 255 or 57.40% from 169); Blue value is 21 (8.59% from 255 or 12.43% from 169); Max value from RGB is 97 - color contains mainly: green. Hex color #336115 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336115 is #CC9EEA. Grayscale: #4A4A4A. Windows color (decimal): -13410027 or 1401139. OLE color: 1401139.

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

Color convert

RGB 51 97 21 -
CMYK 0.47 0 0.78 0.62
HSL 96.32º 0.64% 0.23% -
HSV(B) 96.32º 0.78% 0.38% -
XYZ 5.78 9.31 2.2 -
YUV 74.58 97.76 111.18 -
System Red Green Blue C M Y K H S L
Decimal 51 97 21 0.47 0 0.78 0.62 96.32 0.64 0.23
Hex 33 61 15 2F 0 4E 3E 60 40 17
Octal 63 141 25 57 0 116 76 140 100 27
Binary 110011 1100001 10101 101111 0 1001110 111110 1100000 1000000 10111

Color Harmonies of #336115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336115

Black with #336115

Text Example


Text Example

White with #336115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336115; }

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

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

background-color css

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

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

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

border-color css

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

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

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