Html Css Color HEX #358365 Viridian

📋 copy color: '#358365'

red 53 ◦ green 131 ◦ blue 101

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

Shades of Viridian #358365

Tints of Viridian #358365

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.96%

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

R = 18.6%
G = 45.96%
B = 35.44%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#358365 (or 0x358365) is known color: Viridian. HEX triplet: 35, 83 and 65. RGB value is (53,131,101). Sum of RGB (Red+Green+Blue) = 53+131+101=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 131 (51.56% from 255 or 45.96% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 131 - color contains mainly: green. Hex color #358365 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358365 is #CA7C9A. Grayscale: #686868. Windows color (decimal): -13270171 or 6652725. OLE color: 6652725.

HSL color Cylindrical-coordinate representation of color #358365: hue angle of 156.92º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358365 is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 131 101 -
CMYK 0.60 0 0.23 0.49
HSL 156.92º 0.42% 0.36% -
HSV(B) 156.92º 0.6% 0.51% -
XYZ 11.93 17.93 15.14 -
YUV 104.26 126.16 91.44 -
System Red Green Blue C M Y K H S L
Decimal 53 131 101 0.60 0 0.23 0.49 156.92 0.42 0.36
Hex 35 83 65 3C 0 17 31 9D 2A 24
Octal 65 203 145 74 0 27 61 235 52 44
Binary 110101 10000011 1100101 111100 0 10111 110001 10011101 101010 100100

Color Harmonies of #358365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358365

Black with #358365

Text Example


Text Example

White with #358365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358365; }

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

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

background-color css

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

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

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

border-color css

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

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

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