Html Css Color HEX #365D15 Dell

📋 copy color: '#365D15'

red 54 ◦ green 93 ◦ blue 21

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

Shades of Dell #365D15

Tints of Dell #365D15

RGB

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

 GREEN value IS 93 (36.72% from 255) = 55.36%

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

R = 32.14%
G = 55.36%
B = 12.5%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.77

 K value IS 0.64

RGB Variations

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

Color information

#365D15 (or 0x365D15) is known color: Dell. HEX triplet: 36, 5D and 15. RGB value is (54,93,21). Sum of RGB (Red+Green+Blue) = 54+93+21=168 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.14% from 168); Green value is 93 (36.72% from 255 or 55.36% from 168); Blue value is 21 (8.59% from 255 or 12.5% from 168); Max value from RGB is 93 - color contains mainly: green. Hex color #365D15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365D15 is #C9A2EA. Grayscale: #494949. Windows color (decimal): -13214443 or 1400118. OLE color: 1400118.

HSL color Cylindrical-coordinate representation of color #365D15: hue angle of 92.5º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #365D15 is Cyan = 0.42, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.64.

Color convert

RGB 54 93 21 -
CMYK 0.42 0 0.77 0.64
HSL 92.5º 0.63% 0.22% -
HSV(B) 92.5º 0.77% 0.36% -
XYZ 5.57 8.67 2.09 -
YUV 73.13 98.58 114.35 -
System Red Green Blue C M Y K H S L
Decimal 54 93 21 0.42 0 0.77 0.64 92.5 0.63 0.22
Hex 36 5D 15 2A 0 4D 40 5C 3F 16
Octal 66 135 25 52 0 115 100 134 77 26
Binary 110110 1011101 10101 101010 0 1001101 1000000 1011100 111111 10110

Color Harmonies of #365D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365D15

Black with #365D15

Text Example


Text Example

White with #365D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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