Html Css Color HEX #358564 Viridian

📋 copy color: '#358564'

red 53 ◦ green 133 ◦ blue 100

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

Shades of Viridian #358564

Tints of Viridian #358564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 34.97%

R = 18.53%
G = 46.5%
B = 34.97%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#358564 (or 0x358564) is known color: Viridian. HEX triplet: 35, 85 and 64. RGB value is (53,133,100). Sum of RGB (Red+Green+Blue) = 53+133+100=286 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.53% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 100 (39.45% from 255 or 34.97% from 286); Max value from RGB is 133 - color contains mainly: green. Hex color #358564 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358564 is #CA7A9B. Grayscale: #696969. Windows color (decimal): -13269660 or 6587701. OLE color: 6587701.

HSL color Cylindrical-coordinate representation of color #358564: hue angle of 155.25º 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 #358564 is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB 53 133 100 -
CMYK 0.60 0 0.25 0.48
HSL 155.25º 0.43% 0.36% -
HSV(B) 155.25º 0.6% 0.52% -
XYZ 12.16 18.45 14.98 -
YUV 105.32 125 90.68 -
System Red Green Blue C M Y K H S L
Decimal 53 133 100 0.60 0 0.25 0.48 155.25 0.43 0.36
Hex 35 85 64 3C 0 19 30 9B 2B 24
Octal 65 205 144 74 0 31 60 233 53 44
Binary 110101 10000101 1100100 111100 0 11001 110000 10011011 101011 100100

Color Harmonies of #358564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358564

Black with #358564

Text Example


Text Example

White with #358564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358564; }

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

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

background-color css

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

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

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

border-color css

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

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

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