Html Css Color HEX #358F75 Viridian

📋 copy color: '#358F75'

red 53 ◦ green 143 ◦ blue 117

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

Shades of Viridian #358F75

Tints of Viridian #358F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.38%

R = 16.93%
G = 45.69%
B = 37.38%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#358F75 (or 0x358F75) is known color: Viridian. HEX triplet: 35, 8F and 75. RGB value is (53,143,117). Sum of RGB (Red+Green+Blue) = 53+143+117=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 143 (56.25% from 255 or 45.69% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 143 - color contains mainly: green. Hex color #358F75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358F75 is #CA708A. Grayscale: #717171. Windows color (decimal): -13267083 or 7704373. OLE color: 7704373.

HSL color Cylindrical-coordinate representation of color #358F75: hue angle of 162.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 #358F75 is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 143 117 -
CMYK 0.63 0 0.18 0.44
HSL 162.67º 0.46% 0.38% -
HSV(B) 162.67º 0.63% 0.56% -
XYZ 14.5 21.69 20.25 -
YUV 113.13 130.18 85.11 -
System Red Green Blue C M Y K H S L
Decimal 53 143 117 0.63 0 0.18 0.44 162.67 0.46 0.38
Hex 35 8F 75 3F 0 12 2C A3 2E 26
Octal 65 217 165 77 0 22 54 243 56 46
Binary 110101 10001111 1110101 111111 0 10010 101100 10100011 101110 100110

Color Harmonies of #358F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358F75

Black with #358F75

Text Example


Text Example

White with #358F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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