Html Css Color HEX #358864 Viridian

📋 copy color: '#358864'

red 53 ◦ green 136 ◦ blue 100

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

Shades of Viridian #358864

Tints of Viridian #358864

RGB

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

 GREEN value IS 136 (53.52% from 255) = 47.06%

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

R = 18.34%
G = 47.06%
B = 34.6%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#358864 (or 0x358864) is known color: Viridian. HEX triplet: 35, 88 and 64. RGB value is (53,136,100). Sum of RGB (Red+Green+Blue) = 53+136+100=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 136 (53.52% from 255 or 47.06% from 289); Blue value is 100 (39.45% from 255 or 34.60% from 289); Max value from RGB is 136 - color contains mainly: green. Hex color #358864 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358864 is #CA779B. Grayscale: #6B6B6B. Windows color (decimal): -13268892 or 6588469. OLE color: 6588469.

HSL color Cylindrical-coordinate representation of color #358864: hue angle of 153.98º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #358864 is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 136 100 -
CMYK 0.61 0 0.26 0.47
HSL 153.98º 0.44% 0.37% -
HSV(B) 153.98º 0.61% 0.53% -
XYZ 12.57 19.29 15.12 -
YUV 107.08 124 89.43 -
System Red Green Blue C M Y K H S L
Decimal 53 136 100 0.61 0 0.26 0.47 153.98 0.44 0.37
Hex 35 88 64 3D 0 1A 2F 9A 2C 25
Octal 65 210 144 75 0 32 57 232 54 45
Binary 110101 10001000 1100100 111101 0 11010 101111 10011010 101100 100101

Color Harmonies of #358864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358864

Black with #358864

Text Example


Text Example

White with #358864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358864; }

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

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

background-color css

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

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

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

border-color css

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

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

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