Html Css Color HEX #356119 Dell

📋 copy color: '#356119'

red 53 ◦ green 97 ◦ blue 25

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

Shades of Dell #356119

Tints of Dell #356119

RGB

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

 GREEN value IS 97 (38.28% from 255) = 55.43%

 BLUE value IS 25 (10.16% from 255) = 14.29%

R = 30.29%
G = 55.43%
B = 14.29%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#356119 (or 0x356119) is known color: Dell. HEX triplet: 35, 61 and 19. RGB value is (53,97,25). Sum of RGB (Red+Green+Blue) = 53+97+25=175 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.29% from 175); Green value is 97 (38.28% from 255 or 55.43% from 175); Blue value is 25 (10.16% from 255 or 14.29% from 175); Max value from RGB is 97 - color contains mainly: green. Hex color #356119 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356119 is #CA9EE6. Grayscale: #4B4B4B. Windows color (decimal): -13278951 or 1663285. OLE color: 1663285.

HSL color Cylindrical-coordinate representation of color #356119: hue angle of 96.67º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #356119 is Cyan = 0.45, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 97 25 -
CMYK 0.45 0 0.74 0.62
HSL 96.67º 0.59% 0.24% -
HSV(B) 96.67º 0.74% 0.38% -
XYZ 5.92 9.38 2.42 -
YUV 75.64 99.42 111.85 -
System Red Green Blue C M Y K H S L
Decimal 53 97 25 0.45 0 0.74 0.62 96.67 0.59 0.24
Hex 35 61 19 2D 0 4A 3E 61 3B 18
Octal 65 141 31 55 0 112 76 141 73 30
Binary 110101 1100001 11001 101101 0 1001010 111110 1100001 111011 11000

Color Harmonies of #356119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356119

Black with #356119

Text Example


Text Example

White with #356119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356119; }

 p { color: rgb(53,97,25); }

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

background-color css

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

 a { background-color: rgb(53,97,25); }

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

border-color css

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

 span { border-color: rgb(53,97,25); }

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