Html Css Color HEX #336114 Dell

📋 copy color: '#336114'

red 51 ◦ green 97 ◦ blue 20

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

Shades of Dell #336114

Tints of Dell #336114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.9%

R = 30.36%
G = 57.74%
B = 11.9%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#336114 (or 0x336114) is known color: Dell. HEX triplet: 33, 61 and 14. RGB value is (51,97,20). Sum of RGB (Red+Green+Blue) = 51+97+20=168 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.36% from 168); Green value is 97 (38.28% from 255 or 57.74% from 168); Blue value is 20 (8.20% from 255 or 11.90% from 168); Max value from RGB is 97 - color contains mainly: green. Hex color #336114 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336114 is #CC9EEB. Grayscale: #4A4A4A. Windows color (decimal): -13410028 or 1335603. OLE color: 1335603.

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

Color convert

RGB 51 97 20 -
CMYK 0.47 0 0.79 0.62
HSL 95.84º 0.66% 0.23% -
HSV(B) 95.84º 0.79% 0.38% -
XYZ 5.77 9.3 2.15 -
YUV 74.47 97.26 111.26 -
System Red Green Blue C M Y K H S L
Decimal 51 97 20 0.47 0 0.79 0.62 95.84 0.66 0.23
Hex 33 61 14 2F 0 4F 3E 60 42 17
Octal 63 141 24 57 0 117 76 140 102 27
Binary 110011 1100001 10100 101111 0 1001111 111110 1100000 1000010 10111

Color Harmonies of #336114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336114

Black with #336114

Text Example


Text Example

White with #336114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336114; }

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

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

background-color css

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

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

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

border-color css

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

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

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