Html Css Color HEX #358965 Viridian

📋 copy color: '#358965'

red 53 ◦ green 137 ◦ blue 101

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

Shades of Viridian #358965

Tints of Viridian #358965

RGB

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

 GREEN value IS 137 (53.91% from 255) = 47.08%

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

R = 18.21%
G = 47.08%
B = 34.71%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#358965 (or 0x358965) is known color: Viridian. HEX triplet: 35, 89 and 65. RGB value is (53,137,101). Sum of RGB (Red+Green+Blue) = 53+137+101=291 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.21% from 291); Green value is 137 (53.91% from 255 or 47.08% from 291); Blue value is 101 (39.84% from 255 or 34.71% from 291); Max value from RGB is 137 - color contains mainly: green. Hex color #358965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358965 is #CA769A. Grayscale: #6B6B6B. Windows color (decimal): -13268635 or 6654261. OLE color: 6654261.

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

Color convert

RGB 53 137 101 -
CMYK 0.61 0 0.26 0.46
HSL 154.29º 0.44% 0.37% -
HSV(B) 154.29º 0.61% 0.54% -
XYZ 12.76 19.59 15.42 -
YUV 107.78 124.17 88.93 -
System Red Green Blue C M Y K H S L
Decimal 53 137 101 0.61 0 0.26 0.46 154.29 0.44 0.37
Hex 35 89 65 3D 0 1A 2E 9A 2C 25
Octal 65 211 145 75 0 32 56 232 54 45
Binary 110101 10001001 1100101 111101 0 11010 101110 10011010 101100 100101

Color Harmonies of #358965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358965

Black with #358965

Text Example


Text Example

White with #358965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358965; }

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

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

background-color css

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

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

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

border-color css

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

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

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