Html Css Color HEX #366717 Dell

📋 copy color: '#366717'

red 54 ◦ green 103 ◦ blue 23

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

Shades of Dell #366717

Tints of Dell #366717

RGB

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

 GREEN value IS 103 (40.63% from 255) = 57.22%

 BLUE value IS 23 (9.38% from 255) = 12.78%

R = 30%
G = 57.22%
B = 12.78%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.78

 K value IS 0.60

RGB Variations

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

Color information

#366717 (or 0x366717) is known color: Dell. HEX triplet: 36, 67 and 17. RGB value is (54,103,23). Sum of RGB (Red+Green+Blue) = 54+103+23=180 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30% from 180); Green value is 103 (40.62% from 255 or 57.22% from 180); Blue value is 23 (9.38% from 255 or 12.78% from 180); Max value from RGB is 103 - color contains mainly: green. Hex color #366717 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366717 is #C998E8. Grayscale: #4F4F4F. Windows color (decimal): -13211881 or 1533750. OLE color: 1533750.

HSL color Cylindrical-coordinate representation of color #366717: hue angle of 96.75º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #366717 is Cyan = 0.48, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.60.

Color convert

RGB 54 103 23 -
CMYK 0.48 0 0.78 0.60
HSL 96.75º 0.63% 0.25% -
HSV(B) 96.75º 0.78% 0.4% -
XYZ 6.53 10.55 2.5 -
YUV 79.23 96.27 110 -
System Red Green Blue C M Y K H S L
Decimal 54 103 23 0.48 0 0.78 0.60 96.75 0.63 0.25
Hex 36 67 17 30 0 4E 3C 61 3F 19
Octal 66 147 27 60 0 116 74 141 77 31
Binary 110110 1100111 10111 110000 0 1001110 111100 1100001 111111 11001

Color Harmonies of #366717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366717

Black with #366717

Text Example


Text Example

White with #366717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366717; }

 p { color: rgb(54,103,23); }

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

background-color css

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

 a { background-color: rgb(54,103,23); }

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

border-color css

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

 span { border-color: rgb(54,103,23); }

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