Html Css Color HEX #358967 Viridian

📋 copy color: '#358967'

red 53 ◦ green 137 ◦ blue 103

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

Shades of Viridian #358967

Tints of Viridian #358967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 35.15%

R = 18.09%
G = 46.76%
B = 35.15%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.25

 K value IS 0.46

RGB Variations

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

Color information

#358967 (or 0x358967) is known color: Viridian. HEX triplet: 35, 89 and 67. RGB value is (53,137,103). Sum of RGB (Red+Green+Blue) = 53+137+103=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 137 (53.91% from 255 or 46.76% from 293); Blue value is 103 (40.62% from 255 or 35.15% from 293); Max value from RGB is 137 - color contains mainly: green. Hex color #358967 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358967 is #CA7698. Grayscale: #6C6C6C. Windows color (decimal): -13268633 or 6785333. OLE color: 6785333.

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

Color convert

RGB 53 137 103 -
CMYK 0.61 0 0.25 0.46
HSL 155.71º 0.44% 0.37% -
HSV(B) 155.71º 0.61% 0.54% -
XYZ 12.86 19.63 15.94 -
YUV 108.01 125.17 88.76 -
System Red Green Blue C M Y K H S L
Decimal 53 137 103 0.61 0 0.25 0.46 155.71 0.44 0.37
Hex 35 89 67 3D 0 19 2E 9C 2C 25
Octal 65 211 147 75 0 31 56 234 54 45
Binary 110101 10001001 1100111 111101 0 11001 101110 10011100 101100 100101

Color Harmonies of #358967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358967

Black with #358967

Text Example


Text Example

White with #358967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358967; }

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

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

background-color css

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

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

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

border-color css

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

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

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