Html Css Color HEX #358C6C Viridian

📋 copy color: '#358C6C'

red 53 ◦ green 140 ◦ blue 108

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

Shades of Viridian #358C6C

Tints of Viridian #358C6C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 46.51%

 BLUE value IS 108 (42.58% from 255) = 35.88%

R = 17.61%
G = 46.51%
B = 35.88%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#358C6C (or 0x358C6C) is known color: Viridian. HEX triplet: 35, 8C and 6C. RGB value is (53,140,108). Sum of RGB (Red+Green+Blue) = 53+140+108=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 140 (55.08% from 255 or 46.51% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 140 - color contains mainly: green. Hex color #358C6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358C6C is #CA7393. Grayscale: #6E6E6E. Windows color (decimal): -13267860 or 7113781. OLE color: 7113781.

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

Color convert

RGB 53 140 108 -
CMYK 0.62 0 0.23 0.45
HSL 157.93º 0.45% 0.38% -
HSV(B) 157.93º 0.62% 0.55% -
XYZ 13.55 20.6 17.45 -
YUV 110.34 126.68 87.1 -
System Red Green Blue C M Y K H S L
Decimal 53 140 108 0.62 0 0.23 0.45 157.93 0.45 0.38
Hex 35 8C 6C 3E 0 17 2D 9E 2D 26
Octal 65 214 154 76 0 27 55 236 55 46
Binary 110101 10001100 1101100 111110 0 10111 101101 10011110 101101 100110

Color Harmonies of #358C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358C6C

Black with #358C6C

Text Example


Text Example

White with #358C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,140,108); }

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

background-color css

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

 a { background-color: rgb(53,140,108); }

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

border-color css

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

 span { border-color: rgb(53,140,108); }

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