Html Css Color HEX #366510 Dell

📋 copy color: '#366510'

red 54 ◦ green 101 ◦ blue 16

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

Shades of Dell #366510

Tints of Dell #366510

RGB

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

 GREEN value IS 101 (39.84% from 255) = 59.06%

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

R = 31.58%
G = 59.06%
B = 9.36%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.84

 K value IS 0.60

RGB Variations

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

Color information

#366510 (or 0x366510) is known color: Dell. HEX triplet: 36, 65 and 10. RGB value is (54,101,16). Sum of RGB (Red+Green+Blue) = 54+101+16=171 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.58% from 171); Green value is 101 (39.84% from 255 or 59.06% from 171); Blue value is 16 (6.64% from 255 or 9.36% from 171); Max value from RGB is 101 - color contains mainly: green. Hex color #366510 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366510 is #C99AEF. Grayscale: #4D4D4D. Windows color (decimal): -13212400 or 1074486. OLE color: 1074486.

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

Color convert

RGB 54 101 16 -
CMYK 0.47 0 0.84 0.60
HSL 93.18º 0.73% 0.23% -
HSV(B) 93.18º 0.84% 0.4% -
XYZ 6.27 10.13 2.11 -
YUV 77.26 93.43 111.41 -
System Red Green Blue C M Y K H S L
Decimal 54 101 16 0.47 0 0.84 0.60 93.18 0.73 0.23
Hex 36 65 10 2F 0 54 3C 5D 49 17
Octal 66 145 20 57 0 124 74 135 111 27
Binary 110110 1100101 10000 101111 0 1010100 111100 1011101 1001001 10111

Color Harmonies of #366510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366510

Black with #366510

Text Example


Text Example

White with #366510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366510; }

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

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

background-color css

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

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

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

border-color css

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

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

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