Html Css Color HEX #356112 Dell

📋 copy color: '#356112'

red 53 ◦ green 97 ◦ blue 18

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

Shades of Dell #356112

Tints of Dell #356112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.71%

R = 31.55%
G = 57.74%
B = 10.71%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#356112 (or 0x356112) is known color: Dell. HEX triplet: 35, 61 and 12. RGB value is (53,97,18). Sum of RGB (Red+Green+Blue) = 53+97+18=168 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.55% from 168); Green value is 97 (38.28% from 255 or 57.74% from 168); Blue value is 18 (7.42% from 255 or 10.71% from 168); Max value from RGB is 97 - color contains mainly: green. Hex color #356112 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356112 is #CA9EED. Grayscale: #4B4B4B. Windows color (decimal): -13278958 or 1204533. OLE color: 1204533.

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

Color convert

RGB 53 97 18 -
CMYK 0.45 0 0.81 0.62
HSL 93.42º 0.69% 0.23% -
HSV(B) 93.42º 0.81% 0.38% -
XYZ 5.85 9.35 2.07 -
YUV 74.84 95.92 112.42 -
System Red Green Blue C M Y K H S L
Decimal 53 97 18 0.45 0 0.81 0.62 93.42 0.69 0.23
Hex 35 61 12 2D 0 51 3E 5D 45 17
Octal 65 141 22 55 0 121 76 135 105 27
Binary 110101 1100001 10010 101101 0 1010001 111110 1011101 1000101 10111

Color Harmonies of #356112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356112

Black with #356112

Text Example


Text Example

White with #356112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356112; }

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

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

background-color css

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

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

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

border-color css

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

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

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