Html Css Color HEX #357C65 Viridian

📋 copy color: '#357C65'

red 53 ◦ green 124 ◦ blue 101

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

Shades of Viridian #357C65

Tints of Viridian #357C65

RGB

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

 GREEN value IS 124 (48.83% from 255) = 44.6%

 BLUE value IS 101 (39.84% from 255) = 36.33%

R = 19.06%
G = 44.6%
B = 36.33%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#357C65 (or 0x357C65) is known color: Viridian. HEX triplet: 35, 7C and 65. RGB value is (53,124,101). Sum of RGB (Red+Green+Blue) = 53+124+101=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 124 (48.83% from 255 or 44.60% from 278); Blue value is 101 (39.84% from 255 or 36.33% from 278); Max value from RGB is 124 - color contains mainly: green. Hex color #357C65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357C65 is #CA839A. Grayscale: #646464. Windows color (decimal): -13271963 or 6650933. OLE color: 6650933.

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

Color convert

RGB 53 124 101 -
CMYK 0.57 0 0.19 0.51
HSL 160.56º 0.4% 0.35% -
HSV(B) 160.56º 0.57% 0.49% -
XYZ 11.02 16.11 14.84 -
YUV 100.15 128.48 94.37 -
System Red Green Blue C M Y K H S L
Decimal 53 124 101 0.57 0 0.19 0.51 160.56 0.4 0.35
Hex 35 7C 65 39 0 13 33 A1 28 23
Octal 65 174 145 71 0 23 63 241 50 43
Binary 110101 1111100 1100101 111001 0 10011 110011 10100001 101000 100011

Color Harmonies of #357C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357C65

Black with #357C65

Text Example


Text Example

White with #357C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,124,101); }

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

background-color css

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

 a { background-color: rgb(53,124,101); }

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

border-color css

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

 span { border-color: rgb(53,124,101); }

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