Html Css Color HEX #355E1A Dell

📋 copy color: '#355E1A'

red 53 ◦ green 94 ◦ blue 26

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

Shades of Dell #355E1A

Tints of Dell #355E1A

RGB

 RED value IS 53 (21.09% from 255) = 30.64%

 GREEN value IS 94 (37.11% from 255) = 54.34%

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

R = 30.64%
G = 54.34%
B = 15.03%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.72

 K value IS 0.63

RGB Variations

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

Color information

#355E1A (or 0x355E1A) is known color: Dell. HEX triplet: 35, 5E and 1A. RGB value is (53,94,26). Sum of RGB (Red+Green+Blue) = 53+94+26=173 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.64% from 173); Green value is 94 (37.11% from 255 or 54.34% from 173); Blue value is 26 (10.55% from 255 or 15.03% from 173); Max value from RGB is 94 - color contains mainly: green. Hex color #355E1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355E1A is #CAA1E5. Grayscale: #4A4A4A. Windows color (decimal): -13279718 or 1728053. OLE color: 1728053.

HSL color Cylindrical-coordinate representation of color #355E1A: hue angle of 96.18º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #355E1A is Cyan = 0.44, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.63.

Color convert

RGB 53 94 26 -
CMYK 0.44 0 0.72 0.63
HSL 96.18º 0.57% 0.24% -
HSV(B) 96.18º 0.72% 0.37% -
XYZ 5.66 8.84 2.38 -
YUV 73.99 100.92 113.03 -
System Red Green Blue C M Y K H S L
Decimal 53 94 26 0.44 0 0.72 0.63 96.18 0.57 0.24
Hex 35 5E 1A 2C 0 48 3F 60 39 18
Octal 65 136 32 54 0 110 77 140 71 30
Binary 110101 1011110 11010 101100 0 1001000 111111 1100000 111001 11000

Color Harmonies of #355E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355E1A

Black with #355E1A

Text Example


Text Example

White with #355E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355E1A; }

 p { color: rgb(53,94,26); }

 H1.HeaderClassName
 {
   color: #355E1A;
 }
 .AnyTagClassName
 {
   color: #355E1A;
 }
</style>

background-color css

<style>
 a { background-color: #355E1A; }

 a { background-color: rgb(53,94,26); }

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

border-color css

<style>
 span { border-color: #355E1A; }

 span { border-color: rgb(53,94,26); }

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