Html Css Color HEX #366019 Dell

📋 copy color: '#366019'

red 54 ◦ green 96 ◦ blue 25

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

Shades of Dell #366019

Tints of Dell #366019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 14.29%

R = 30.86%
G = 54.86%
B = 14.29%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#366019 (or 0x366019) is known color: Dell. HEX triplet: 36, 60 and 19. RGB value is (54,96,25). Sum of RGB (Red+Green+Blue) = 54+96+25=175 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.86% from 175); Green value is 96 (37.89% from 255 or 54.86% from 175); Blue value is 25 (10.16% from 255 or 14.29% from 175); Max value from RGB is 96 - color contains mainly: green. Hex color #366019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366019 is #C99FE6. Grayscale: #4B4B4B. Windows color (decimal): -13213671 or 1663030. OLE color: 1663030.

HSL color Cylindrical-coordinate representation of color #366019: hue angle of 95.49º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #366019 is Cyan = 0.44, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB 54 96 25 -
CMYK 0.44 0 0.74 0.62
HSL 95.49º 0.59% 0.24% -
HSV(B) 95.49º 0.74% 0.38% -
XYZ 5.88 9.22 2.39 -
YUV 75.35 99.59 112.77 -
System Red Green Blue C M Y K H S L
Decimal 54 96 25 0.44 0 0.74 0.62 95.49 0.59 0.24
Hex 36 60 19 2C 0 4A 3E 5F 3B 18
Octal 66 140 31 54 0 112 76 137 73 30
Binary 110110 1100000 11001 101100 0 1001010 111110 1011111 111011 11000

Color Harmonies of #366019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366019

Black with #366019

Text Example


Text Example

White with #366019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366019; }

 p { color: rgb(54,96,25); }

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

background-color css

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

 a { background-color: rgb(54,96,25); }

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

border-color css

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

 span { border-color: rgb(54,96,25); }

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