Html Css Color HEX #335F15 Dell

📋 copy color: '#335F15'

red 51 ◦ green 95 ◦ blue 21

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

Shades of Dell #335F15

Tints of Dell #335F15

RGB

 RED value IS 51 (20.31% from 255) = 30.54%

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

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

R = 30.54%
G = 56.89%
B = 12.57%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.78

 K value IS 0.63

RGB Variations

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

Color information

#335F15 (or 0x335F15) is known color: Dell. HEX triplet: 33, 5F and 15. RGB value is (51,95,21). Sum of RGB (Red+Green+Blue) = 51+95+21=167 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.54% from 167); Green value is 95 (37.5% from 255 or 56.89% from 167); Blue value is 21 (8.59% from 255 or 12.57% from 167); Max value from RGB is 95 - color contains mainly: green. Hex color #335F15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335F15 is #CCA0EA. Grayscale: #494949. Windows color (decimal): -13410539 or 1400627. OLE color: 1400627.

HSL color Cylindrical-coordinate representation of color #335F15: hue angle of 95.68º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #335F15 is Cyan = 0.46, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.63.

Color convert

RGB 51 95 21 -
CMYK 0.46 0 0.78 0.63
HSL 95.68º 0.64% 0.23% -
HSV(B) 95.68º 0.78% 0.37% -
XYZ 5.59 8.94 2.14 -
YUV 73.41 98.42 112.02 -
System Red Green Blue C M Y K H S L
Decimal 51 95 21 0.46 0 0.78 0.63 95.68 0.64 0.23
Hex 33 5F 15 2E 0 4E 3F 60 40 17
Octal 63 137 25 56 0 116 77 140 100 27
Binary 110011 1011111 10101 101110 0 1001110 111111 1100000 1000000 10111

Color Harmonies of #335F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335F15

Black with #335F15

Text Example


Text Example

White with #335F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335F15; }

 p { color: rgb(51,95,21); }

 H1.HeaderClassName
 {
   color: #335F15;
 }
 .AnyTagClassName
 {
   color: #335F15;
 }
</style>

background-color css

<style>
 a { background-color: #335F15; }

 a { background-color: rgb(51,95,21); }

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

border-color css

<style>
 span { border-color: #335F15; }

 span { border-color: rgb(51,95,21); }

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