Html Css Color HEX #36601A Dell

📋 copy color: '#36601A'

red 54 ◦ green 96 ◦ blue 26

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

Shades of Dell #36601A

Tints of Dell #36601A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.77%

R = 30.68%
G = 54.55%
B = 14.77%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#36601A (or 0x36601A) is known color: Dell. HEX triplet: 36, 60 and 1A. RGB value is (54,96,26). Sum of RGB (Red+Green+Blue) = 54+96+26=176 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.68% from 176); Green value is 96 (37.89% from 255 or 54.55% from 176); Blue value is 26 (10.55% from 255 or 14.77% from 176); Max value from RGB is 96 - color contains mainly: green. Hex color #36601A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36601A is #C99FE5. Grayscale: #4B4B4B. Windows color (decimal): -13213670 or 1728566. OLE color: 1728566.

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

Color convert

RGB 54 96 26 -
CMYK 0.44 0 0.73 0.62
HSL 96º 0.57% 0.24% -
HSV(B) 96º 0.73% 0.38% -
XYZ 5.89 9.22 2.45 -
YUV 75.46 100.09 112.69 -
System Red Green Blue C M Y K H S L
Decimal 54 96 26 0.44 0 0.73 0.62 96 0.57 0.24
Hex 36 60 1A 2C 0 49 3E 60 39 18
Octal 66 140 32 54 0 111 76 140 71 30
Binary 110110 1100000 11010 101100 0 1001001 111110 1100000 111001 11000

Color Harmonies of #36601A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36601A

Black with #36601A

Text Example


Text Example

White with #36601A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36601A; }

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

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

background-color css

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

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

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

border-color css

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

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

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