Html Css Color HEX #358F6F Viridian

📋 copy color: '#358F6F'

red 53 ◦ green 143 ◦ blue 111

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

Shades of Viridian #358F6F

Tints of Viridian #358F6F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 46.58%

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

R = 17.26%
G = 46.58%
B = 36.16%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#358F6F (or 0x358F6F) is known color: Viridian. HEX triplet: 35, 8F and 6F. RGB value is (53,143,111). Sum of RGB (Red+Green+Blue) = 53+143+111=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 143 (56.25% from 255 or 46.58% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 143 - color contains mainly: green. Hex color #358F6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358F6F is #CA7090. Grayscale: #707070. Windows color (decimal): -13267089 or 7311157. OLE color: 7311157.

HSL color Cylindrical-coordinate representation of color #358F6F: hue angle of 158.67º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #358F6F is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 143 111 -
CMYK 0.63 0 0.22 0.44
HSL 158.67º 0.46% 0.38% -
HSV(B) 158.67º 0.63% 0.56% -
XYZ 14.16 21.55 18.45 -
YUV 112.44 127.18 85.6 -
System Red Green Blue C M Y K H S L
Decimal 53 143 111 0.63 0 0.22 0.44 158.67 0.46 0.38
Hex 35 8F 6F 3F 0 16 2C 9F 2E 26
Octal 65 217 157 77 0 26 54 237 56 46
Binary 110101 10001111 1101111 111111 0 10110 101100 10011111 101110 100110

Color Harmonies of #358F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358F6F

Black with #358F6F

Text Example


Text Example

White with #358F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358F6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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