Html Css Color HEX #336012 Dell

📋 copy color: '#336012'

red 51 ◦ green 96 ◦ blue 18

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

Shades of Dell #336012

Tints of Dell #336012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.91%

R = 30.91%
G = 58.18%
B = 10.91%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#336012 (or 0x336012) is known color: Dell. HEX triplet: 33, 60 and 12. RGB value is (51,96,18). Sum of RGB (Red+Green+Blue) = 51+96+18=165 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.91% from 165); Green value is 96 (37.89% from 255 or 58.18% from 165); Blue value is 18 (7.42% from 255 or 10.91% from 165); Max value from RGB is 96 - color contains mainly: green. Hex color #336012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336012 is #CC9FED. Grayscale: #494949. Windows color (decimal): -13410286 or 1204275. OLE color: 1204275.

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

Color convert

RGB 51 96 18 -
CMYK 0.47 0 0.81 0.62
HSL 94.62º 0.68% 0.22% -
HSV(B) 94.62º 0.81% 0.38% -
XYZ 5.66 9.11 2.03 -
YUV 73.65 96.59 111.84 -
System Red Green Blue C M Y K H S L
Decimal 51 96 18 0.47 0 0.81 0.62 94.62 0.68 0.22
Hex 33 60 12 2F 0 51 3E 5F 44 16
Octal 63 140 22 57 0 121 76 137 104 26
Binary 110011 1100000 10010 101111 0 1010001 111110 1011111 1000100 10110

Color Harmonies of #336012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336012

Black with #336012

Text Example


Text Example

White with #336012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336012; }

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

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

background-color css

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

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

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

border-color css

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

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

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