Html Css Color HEX #366610 Dell

📋 copy color: '#366610'

red 54 ◦ green 102 ◦ blue 16

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

Shades of Dell #366610

Tints of Dell #366610

RGB

 RED value IS 54 (21.48% from 255) = 31.4%

 GREEN value IS 102 (40.23% from 255) = 59.3%

 BLUE value IS 16 (6.64% from 255) = 9.3%

R = 31.4%
G = 59.3%
B = 9.3%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.84

 K value IS 0.6

RGB Variations

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

Color information

#366610 (or 0x366610) is known color: Dell. HEX triplet: 36, 66 and 10. RGB value is (54,102,16). Sum of RGB (Red+Green+Blue) = 54+102+16=172 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.40% from 172); Green value is 102 (40.23% from 255 or 59.30% from 172); Blue value is 16 (6.64% from 255 or 9.30% from 172); Max value from RGB is 102 - color contains mainly: green. Hex color #366610 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366610 is #C999EF. Grayscale: #4E4E4E. Windows color (decimal): -13212144 or 1074742. OLE color: 1074742.

HSL color Cylindrical-coordinate representation of color #366610: hue angle of 93.49º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #366610 is Cyan = 0.47, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.6.

Color convert

RGB 54 102 16 -
CMYK 0.47 0 0.84 0.6
HSL 93.49º 0.73% 0.23% -
HSV(B) 93.49º 0.84% 0.4% -
XYZ 6.37 10.32 2.15 -
YUV 77.84 93.1 110.99 -
System Red Green Blue C M Y K H S L
Decimal 54 102 16 0.47 0 0.84 0.6 93.49 0.73 0.23
Hex 36 66 10 2F 0 54 3C 5D 49 17
Octal 66 146 20 57 0 124 74 135 111 27
Binary 110110 1100110 10000 101111 0 1010100 111100 1011101 1001001 10111

Color Harmonies of #366610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366610

Black with #366610

Text Example


Text Example

White with #366610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366610; }

 p { color: rgb(54,102,16); }

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

background-color css

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

 a { background-color: rgb(54,102,16); }

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

border-color css

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

 span { border-color: rgb(54,102,16); }

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