Html Css Color HEX #365F19 Dell

📋 copy color: '#365F19'

red 54 ◦ green 95 ◦ blue 25

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

Shades of Dell #365F19

Tints of Dell #365F19

RGB

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

 GREEN value IS 95 (37.5% from 255) = 54.6%

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

R = 31.03%
G = 54.6%
B = 14.37%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.74

 K value IS 0.63

RGB Variations

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

Color information

#365F19 (or 0x365F19) is known color: Dell. HEX triplet: 36, 5F and 19. RGB value is (54,95,25). Sum of RGB (Red+Green+Blue) = 54+95+25=174 (23% of max value = 765). Red value is 54 (21.48% from 255 or 31.03% from 174); Green value is 95 (37.5% from 255 or 54.60% from 174); Blue value is 25 (10.16% from 255 or 14.37% from 174); Max value from RGB is 95 - color contains mainly: green. Hex color #365F19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365F19 is #C9A0E6. Grayscale: #4B4B4B. Windows color (decimal): -13213927 or 1662774. OLE color: 1662774.

HSL color Cylindrical-coordinate representation of color #365F19: hue angle of 95.14º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #365F19 is Cyan = 0.43, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.63.

Color convert

RGB 54 95 25 -
CMYK 0.43 0 0.74 0.63
HSL 95.14º 0.58% 0.24% -
HSV(B) 95.14º 0.74% 0.37% -
XYZ 5.79 9.04 2.36 -
YUV 74.76 99.92 113.19 -
System Red Green Blue C M Y K H S L
Decimal 54 95 25 0.43 0 0.74 0.63 95.14 0.58 0.24
Hex 36 5F 19 2B 0 4A 3F 5F 3A 18
Octal 66 137 31 53 0 112 77 137 72 30
Binary 110110 1011111 11001 101011 0 1001010 111111 1011111 111010 11000

Color Harmonies of #365F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365F19

Black with #365F19

Text Example


Text Example

White with #365F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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