Html Css Color HEX #356315 Dell

📋 copy color: '#356315'

red 53 ◦ green 99 ◦ blue 21

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

Shades of Dell #356315

Tints of Dell #356315

RGB

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

 GREEN value IS 99 (39.06% from 255) = 57.23%

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

R = 30.64%
G = 57.23%
B = 12.14%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.79

 K value IS 0.61

RGB Variations

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

Color information

#356315 (or 0x356315) is known color: Dell. HEX triplet: 35, 63 and 15. RGB value is (53,99,21). Sum of RGB (Red+Green+Blue) = 53+99+21=173 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.64% from 173); Green value is 99 (39.06% from 255 or 57.23% from 173); Blue value is 21 (8.59% from 255 or 12.14% from 173); Max value from RGB is 99 - color contains mainly: green. Hex color #356315 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356315 is #CA9CEA. Grayscale: #4C4C4C. Windows color (decimal): -13278443 or 1401653. OLE color: 1401653.

HSL color Cylindrical-coordinate representation of color #356315: hue angle of 95.38º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #356315 is Cyan = 0.46, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.61.

Color convert

RGB 53 99 21 -
CMYK 0.46 0 0.79 0.61
HSL 95.38º 0.65% 0.24% -
HSV(B) 95.38º 0.79% 0.39% -
XYZ 6.07 9.73 2.27 -
YUV 76.35 96.76 111.34 -
System Red Green Blue C M Y K H S L
Decimal 53 99 21 0.46 0 0.79 0.61 95.38 0.65 0.24
Hex 35 63 15 2E 0 4F 3D 5F 41 18
Octal 65 143 25 56 0 117 75 137 101 30
Binary 110101 1100011 10101 101110 0 1001111 111101 1011111 1000001 11000

Color Harmonies of #356315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356315

Black with #356315

Text Example


Text Example

White with #356315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356315; }

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

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

background-color css

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

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

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

border-color css

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

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

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