Html Css Color HEX #365C1A Dell

📋 copy color: '#365C1A'

red 54 ◦ green 92 ◦ blue 26

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

Shades of Dell #365C1A

Tints of Dell #365C1A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 53.49%

 BLUE value IS 26 (10.55% from 255) = 15.12%

R = 31.4%
G = 53.49%
B = 15.12%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.72

 K value IS 0.64

RGB Variations

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

Color information

#365C1A (or 0x365C1A) is known color: Dell. HEX triplet: 36, 5C and 1A. RGB value is (54,92,26). Sum of RGB (Red+Green+Blue) = 54+92+26=172 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.40% from 172); Green value is 92 (36.33% from 255 or 53.49% from 172); Blue value is 26 (10.55% from 255 or 15.12% from 172); Max value from RGB is 92 - color contains mainly: green. Hex color #365C1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365C1A is #C9A3E5. Grayscale: #494949. Windows color (decimal): -13214694 or 1727542. OLE color: 1727542.

HSL color Cylindrical-coordinate representation of color #365C1A: hue angle of 94.55º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #365C1A is Cyan = 0.41, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.64.

Color convert

RGB 54 92 26 -
CMYK 0.41 0 0.72 0.64
HSL 94.55º 0.56% 0.23% -
HSV(B) 94.55º 0.72% 0.36% -
XYZ 5.53 8.51 2.33 -
YUV 73.11 101.41 114.37 -
System Red Green Blue C M Y K H S L
Decimal 54 92 26 0.41 0 0.72 0.64 94.55 0.56 0.23
Hex 36 5C 1A 29 0 48 40 5F 38 17
Octal 66 134 32 51 0 110 100 137 70 27
Binary 110110 1011100 11010 101001 0 1001000 1000000 1011111 111000 10111

Color Harmonies of #365C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365C1A

Black with #365C1A

Text Example


Text Example

White with #365C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,92,26); }

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

background-color css

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

 a { background-color: rgb(54,92,26); }

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

border-color css

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

 span { border-color: rgb(54,92,26); }

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