Html Css Color HEX #355D15 Dell

📋 copy color: '#355D15'

red 53 ◦ green 93 ◦ blue 21

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

Shades of Dell #355D15

Tints of Dell #355D15

RGB

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

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

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

R = 31.74%
G = 55.69%
B = 12.57%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.77

 K value IS 0.64

RGB Variations

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

Color information

#355D15 (or 0x355D15) is known color: Dell. HEX triplet: 35, 5D and 15. RGB value is (53,93,21). Sum of RGB (Red+Green+Blue) = 53+93+21=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 93 (36.72% from 255 or 55.69% from 167); Blue value is 21 (8.59% from 255 or 12.57% from 167); Max value from RGB is 93 - color contains mainly: green. Hex color #355D15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355D15 is #CAA2EA. Grayscale: #494949. Windows color (decimal): -13279979 or 1400117. OLE color: 1400117.

HSL color Cylindrical-coordinate representation of color #355D15: hue angle of 93.33º 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 #355D15 is Cyan = 0.43, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.64.

Color convert

RGB 53 93 21 -
CMYK 0.43 0 0.77 0.64
HSL 93.33º 0.63% 0.22% -
HSV(B) 93.33º 0.77% 0.36% -
XYZ 5.52 8.64 2.09 -
YUV 72.83 98.75 113.85 -
System Red Green Blue C M Y K H S L
Decimal 53 93 21 0.43 0 0.77 0.64 93.33 0.63 0.22
Hex 35 5D 15 2B 0 4D 40 5D 3F 16
Octal 65 135 25 53 0 115 100 135 77 26
Binary 110101 1011101 10101 101011 0 1001101 1000000 1011101 111111 10110

Color Harmonies of #355D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355D15

Black with #355D15

Text Example


Text Example

White with #355D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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