Html Css Color HEX #365D1E Dell

📋 copy color: '#365D1E'

red 54 ◦ green 93 ◦ blue 30

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

Shades of Dell #365D1E

Tints of Dell #365D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 16.95%

R = 30.51%
G = 52.54%
B = 16.95%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.68

 K value IS 0.64

RGB Variations

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

Color information

#365D1E (or 0x365D1E) is known color: Dell. HEX triplet: 36, 5D and 1E. RGB value is (54,93,30). Sum of RGB (Red+Green+Blue) = 54+93+30=177 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.51% from 177); Green value is 93 (36.72% from 255 or 52.54% from 177); Blue value is 30 (12.11% from 255 or 16.95% from 177); Max value from RGB is 93 - color contains mainly: green. Hex color #365D1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365D1E is #C9A2E1. Grayscale: #4A4A4A. Windows color (decimal): -13214434 or 1989942. OLE color: 1989942.

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

Color convert

RGB 54 93 30 -
CMYK 0.42 0 0.68 0.64
HSL 97.14º 0.51% 0.24% -
HSV(B) 97.14º 0.68% 0.36% -
XYZ 5.67 8.71 2.61 -
YUV 74.16 103.08 113.62 -
System Red Green Blue C M Y K H S L
Decimal 54 93 30 0.42 0 0.68 0.64 97.14 0.51 0.24
Hex 36 5D 1E 2A 0 44 40 61 33 18
Octal 66 135 36 52 0 104 100 141 63 30
Binary 110110 1011101 11110 101010 0 1000100 1000000 1100001 110011 11000

Color Harmonies of #365D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365D1E

Black with #365D1E

Text Example


Text Example

White with #365D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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