Html Css Color HEX #357E68 Viridian

📋 copy color: '#357E68'

red 53 ◦ green 126 ◦ blue 104

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

Shades of Viridian #357E68

Tints of Viridian #357E68

RGB

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

 GREEN value IS 126 (49.61% from 255) = 44.52%

 BLUE value IS 104 (41.02% from 255) = 36.75%

R = 18.73%
G = 44.52%
B = 36.75%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.17

 K value IS 0.51

RGB Variations

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

Color information

#357E68 (or 0x357E68) is known color: Viridian. HEX triplet: 35, 7E and 68. RGB value is (53,126,104). Sum of RGB (Red+Green+Blue) = 53+126+104=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 126 (49.61% from 255 or 44.52% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 126 - color contains mainly: green. Hex color #357E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357E68 is #CA8197. Grayscale: #656565. Windows color (decimal): -13271448 or 6848053. OLE color: 6848053.

HSL color Cylindrical-coordinate representation of color #357E68: hue angle of 161.92º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #357E68 is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.

Color convert

RGB 53 126 104 -
CMYK 0.58 0 0.17 0.51
HSL 161.92º 0.41% 0.35% -
HSV(B) 161.92º 0.58% 0.49% -
XYZ 11.43 16.68 15.71 -
YUV 101.67 129.32 93.29 -
System Red Green Blue C M Y K H S L
Decimal 53 126 104 0.58 0 0.17 0.51 161.92 0.41 0.35
Hex 35 7E 68 3A 0 11 33 A2 29 23
Octal 65 176 150 72 0 21 63 242 51 43
Binary 110101 1111110 1101000 111010 0 10001 110011 10100010 101001 100011

Color Harmonies of #357E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357E68

Black with #357E68

Text Example


Text Example

White with #357E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357E68; }

 p { color: rgb(53,126,104); }

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

background-color css

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

 a { background-color: rgb(53,126,104); }

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

border-color css

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

 span { border-color: rgb(53,126,104); }

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