Html Css Color HEX #35706F Ming

📋 copy color: '#35706F'

red 53 ◦ green 112 ◦ blue 111

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

Shades of Ming #35706F

Tints of Ming #35706F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.58%

 BLUE value IS 111 (43.75% from 255) = 40.22%

R = 19.2%
G = 40.58%
B = 40.22%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#35706F (or 0x35706F) is known color: Ming. HEX triplet: 35, 70 and 6F. RGB value is (53,112,111). Sum of RGB (Red+Green+Blue) = 53+112+111=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 111 (43.75% from 255 or 40.22% from 276); Max value from RGB is 112 - color contains mainly: green. Hex color #35706F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35706F is #CA8F90. Grayscale: #5E5E5E. Windows color (decimal): -13275025 or 7303221. OLE color: 7303221.

HSL color Cylindrical-coordinate representation of color #35706F: hue angle of 178.98º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #35706F is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 112 111 -
CMYK 0.53 0 0.01 0.56
HSL 178.98º 0.36% 0.32% -
HSV(B) 178.98º 0.53% 0.44% -
XYZ 10.13 13.49 17.11 -
YUV 94.25 137.45 98.58 -
System Red Green Blue C M Y K H S L
Decimal 53 112 111 0.53 0 0.01 0.56 178.98 0.36 0.32
Hex 35 70 6F 35 0 1 38 B3 24 20
Octal 65 160 157 65 0 1 70 263 44 40
Binary 110101 1110000 1101111 110101 0 1 111000 10110011 100100 100000

Color Harmonies of #35706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35706F

Black with #35706F

Text Example


Text Example

White with #35706F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35706F; }

 p { color: rgb(53,112,111); }

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

background-color css

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

 a { background-color: rgb(53,112,111); }

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

border-color css

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

 span { border-color: rgb(53,112,111); }

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