Html Css Color HEX #358565 Viridian

📋 copy color: '#358565'

red 53 ◦ green 133 ◦ blue 101

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

Shades of Viridian #358565

Tints of Viridian #358565

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.34%

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

R = 18.47%
G = 46.34%
B = 35.19%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#358565 (or 0x358565) is known color: Viridian. HEX triplet: 35, 85 and 65. RGB value is (53,133,101). Sum of RGB (Red+Green+Blue) = 53+133+101=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 133 - color contains mainly: green. Hex color #358565 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358565 is #CA7A9A. Grayscale: #696969. Windows color (decimal): -13269659 or 6653237. OLE color: 6653237.

HSL color Cylindrical-coordinate representation of color #358565: hue angle of 156º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358565 is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 53 133 101 -
CMYK 0.60 0 0.24 0.48
HSL 156º 0.43% 0.36% -
HSV(B) 156º 0.6% 0.52% -
XYZ 12.2 18.47 15.23 -
YUV 105.43 125.5 90.6 -
System Red Green Blue C M Y K H S L
Decimal 53 133 101 0.60 0 0.24 0.48 156 0.43 0.36
Hex 35 85 65 3C 0 18 30 9C 2B 24
Octal 65 205 145 74 0 30 60 234 53 44
Binary 110101 10000101 1100101 111100 0 11000 110000 10011100 101011 100100

Color Harmonies of #358565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358565

Black with #358565

Text Example


Text Example

White with #358565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358565; }

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

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

background-color css

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

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

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

border-color css

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

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

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