Html Css Color HEX #336015 Dell

📋 copy color: '#336015'

red 51 ◦ green 96 ◦ blue 21

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

Shades of Dell #336015

Tints of Dell #336015

RGB

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

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

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

R = 30.36%
G = 57.14%
B = 12.5%

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

#336015 (or 0x336015) is known color: Dell. HEX triplet: 33, 60 and 15. RGB value is (51,96,21). Sum of RGB (Red+Green+Blue) = 51+96+21=168 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.36% from 168); Green value is 96 (37.89% from 255 or 57.14% from 168); Blue value is 21 (8.59% from 255 or 12.5% from 168); Max value from RGB is 96 - color contains mainly: green. Hex color #336015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336015 is #CC9FEA. Grayscale: #4A4A4A. Windows color (decimal): -13410283 or 1400883. OLE color: 1400883.

HSL color Cylindrical-coordinate representation of color #336015: hue angle of 96º 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 #336015 is Cyan = 0.47, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB 51 96 21 -
CMYK 0.47 0 0.78 0.62
HSL 96º 0.64% 0.23% -
HSV(B) 96º 0.78% 0.38% -
XYZ 5.68 9.12 2.17 -
YUV 74 98.09 111.6 -
System Red Green Blue C M Y K H S L
Decimal 51 96 21 0.47 0 0.78 0.62 96 0.64 0.23
Hex 33 60 15 2F 0 4E 3E 60 40 17
Octal 63 140 25 57 0 116 76 140 100 27
Binary 110011 1100000 10101 101111 0 1001110 111110 1100000 1000000 10111

Color Harmonies of #336015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336015

Black with #336015

Text Example


Text Example

White with #336015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336015; }

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

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

background-color css

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

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

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

border-color css

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

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

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