Html Css Color HEX #358765 Viridian

📋 copy color: '#358765'

red 53 ◦ green 135 ◦ blue 101

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

Shades of Viridian #358765

Tints of Viridian #358765

RGB

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

 GREEN value IS 135 (53.13% from 255) = 46.71%

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

R = 18.34%
G = 46.71%
B = 34.95%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#358765 (or 0x358765) is known color: Viridian. HEX triplet: 35, 87 and 65. RGB value is (53,135,101). Sum of RGB (Red+Green+Blue) = 53+135+101=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 135 (53.12% from 255 or 46.71% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 135 - color contains mainly: green. Hex color #358765 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358765 is #CA789A. Grayscale: #6A6A6A. Windows color (decimal): -13269147 or 6653749. OLE color: 6653749.

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

Color convert

RGB 53 135 101 -
CMYK 0.61 0 0.25 0.47
HSL 155.12º 0.44% 0.37% -
HSV(B) 155.12º 0.61% 0.53% -
XYZ 12.48 19.02 15.33 -
YUV 106.61 124.83 89.76 -
System Red Green Blue C M Y K H S L
Decimal 53 135 101 0.61 0 0.25 0.47 155.12 0.44 0.37
Hex 35 87 65 3D 0 19 2F 9B 2C 25
Octal 65 207 145 75 0 31 57 233 54 45
Binary 110101 10000111 1100101 111101 0 11001 101111 10011011 101100 100101

Color Harmonies of #358765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358765

Black with #358765

Text Example


Text Example

White with #358765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358765; }

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

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

background-color css

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

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

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

border-color css

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

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

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