Html Css Color HEX #355F14 Dell

📋 copy color: '#355F14'

red 53 ◦ green 95 ◦ blue 20

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

Shades of Dell #355F14

Tints of Dell #355F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.9%

R = 31.55%
G = 56.55%
B = 11.9%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.79

 K value IS 0.63

RGB Variations

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

Color information

#355F14 (or 0x355F14) is known color: Dell. HEX triplet: 35, 5F and 14. RGB value is (53,95,20). Sum of RGB (Red+Green+Blue) = 53+95+20=168 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.55% from 168); Green value is 95 (37.5% from 255 or 56.55% from 168); Blue value is 20 (8.20% from 255 or 11.90% from 168); Max value from RGB is 95 - color contains mainly: green. Hex color #355F14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355F14 is #CAA0EB. Grayscale: #4A4A4A. Windows color (decimal): -13279468 or 1335093. OLE color: 1335093.

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

Color convert

RGB 53 95 20 -
CMYK 0.44 0 0.79 0.63
HSL 93.6º 0.65% 0.23% -
HSV(B) 93.6º 0.79% 0.37% -
XYZ 5.69 8.99 2.1 -
YUV 73.89 97.59 113.1 -
System Red Green Blue C M Y K H S L
Decimal 53 95 20 0.44 0 0.79 0.63 93.6 0.65 0.23
Hex 35 5F 14 2C 0 4F 3F 5E 41 17
Octal 65 137 24 54 0 117 77 136 101 27
Binary 110101 1011111 10100 101100 0 1001111 111111 1011110 1000001 10111

Color Harmonies of #355F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355F14

Black with #355F14

Text Example


Text Example

White with #355F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,95,20); }

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

background-color css

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

 a { background-color: rgb(53,95,20); }

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

border-color css

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

 span { border-color: rgb(53,95,20); }

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