Html Css Color HEX #365F15 Dell

📋 copy color: '#365F15'

red 54 ◦ green 95 ◦ blue 21

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

Shades of Dell #365F15

Tints of Dell #365F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.35%

R = 31.76%
G = 55.88%
B = 12.35%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.78

 K value IS 0.63

RGB Variations

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

Color information

#365F15 (or 0x365F15) is known color: Dell. HEX triplet: 36, 5F and 15. RGB value is (54,95,21). Sum of RGB (Red+Green+Blue) = 54+95+21=170 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.76% from 170); Green value is 95 (37.5% from 255 or 55.88% from 170); Blue value is 21 (8.59% from 255 or 12.35% from 170); Max value from RGB is 95 - color contains mainly: green. Hex color #365F15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365F15 is #C9A0EA. Grayscale: #4A4A4A. Windows color (decimal): -13213931 or 1400630. OLE color: 1400630.

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

Color convert

RGB 54 95 21 -
CMYK 0.43 0 0.78 0.63
HSL 93.24º 0.64% 0.23% -
HSV(B) 93.24º 0.78% 0.37% -
XYZ 5.75 9.02 2.15 -
YUV 74.31 97.92 113.52 -
System Red Green Blue C M Y K H S L
Decimal 54 95 21 0.43 0 0.78 0.63 93.24 0.64 0.23
Hex 36 5F 15 2B 0 4E 3F 5D 40 17
Octal 66 137 25 53 0 116 77 135 100 27
Binary 110110 1011111 10101 101011 0 1001110 111111 1011101 1000000 10111

Color Harmonies of #365F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365F15

Black with #365F15

Text Example


Text Example

White with #365F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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