Html Css Color HEX #356012 Dell

📋 copy color: '#356012'

red 53 ◦ green 96 ◦ blue 18

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

Shades of Dell #356012

Tints of Dell #356012

RGB

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

 GREEN value IS 96 (37.89% from 255) = 57.49%

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

R = 31.74%
G = 57.49%
B = 10.78%

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

#356012 (or 0x356012) is known color: Dell. HEX triplet: 35, 60 and 12. RGB value is (53,96,18). Sum of RGB (Red+Green+Blue) = 53+96+18=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 96 (37.89% from 255 or 57.49% from 167); Blue value is 18 (7.42% from 255 or 10.78% from 167); Max value from RGB is 96 - color contains mainly: green. Hex color #356012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356012 is #CA9FED. Grayscale: #4A4A4A. Windows color (decimal): -13279214 or 1204277. OLE color: 1204277.

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

Color convert

RGB 53 96 18 -
CMYK 0.45 0 0.81 0.62
HSL 93.08º 0.68% 0.22% -
HSV(B) 93.08º 0.81% 0.38% -
XYZ 5.76 9.17 2.04 -
YUV 74.25 96.25 112.84 -
System Red Green Blue C M Y K H S L
Decimal 53 96 18 0.45 0 0.81 0.62 93.08 0.68 0.22
Hex 35 60 12 2D 0 51 3E 5D 44 16
Octal 65 140 22 55 0 121 76 135 104 26
Binary 110101 1100000 10010 101101 0 1010001 111110 1011101 1000100 10110

Color Harmonies of #356012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356012

Black with #356012

Text Example


Text Example

White with #356012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356012; }

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

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

background-color css

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

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

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

border-color css

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

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

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