Html Css Color HEX #365F1D Dell

📋 copy color: '#365F1D'

red 54 ◦ green 95 ◦ blue 29

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

Shades of Dell #365F1D

Tints of Dell #365F1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.29%

R = 30.34%
G = 53.37%
B = 16.29%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.69

 K value IS 0.63

RGB Variations

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

Color information

#365F1D (or 0x365F1D) is known color: Dell. HEX triplet: 36, 5F and 1D. RGB value is (54,95,29). Sum of RGB (Red+Green+Blue) = 54+95+29=178 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.34% from 178); Green value is 95 (37.5% from 255 or 53.37% from 178); Blue value is 29 (11.72% from 255 or 16.29% from 178); Max value from RGB is 95 - color contains mainly: green. Hex color #365F1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365F1D is #C9A0E2. Grayscale: #4B4B4B. Windows color (decimal): -13213923 or 1924918. OLE color: 1924918.

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

Color convert

RGB 54 95 29 -
CMYK 0.43 0 0.69 0.63
HSL 97.27º 0.53% 0.24% -
HSV(B) 97.27º 0.69% 0.37% -
XYZ 5.84 9.06 2.6 -
YUV 75.22 101.92 112.87 -
System Red Green Blue C M Y K H S L
Decimal 54 95 29 0.43 0 0.69 0.63 97.27 0.53 0.24
Hex 36 5F 1D 2B 0 45 3F 61 35 18
Octal 66 137 35 53 0 105 77 141 65 30
Binary 110110 1011111 11101 101011 0 1000101 111111 1100001 110101 11000

Color Harmonies of #365F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365F1D

Black with #365F1D

Text Example


Text Example

White with #365F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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