Html Css Color HEX #368061 Viridian

📋 copy color: '#368061'

red 54 ◦ green 128 ◦ blue 97

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

Shades of Viridian #368061

Tints of Viridian #368061

RGB

 RED value IS 54 (21.48% from 255) = 19.35%

 GREEN value IS 128 (50.39% from 255) = 45.88%

 BLUE value IS 97 (38.28% from 255) = 34.77%

R = 19.35%
G = 45.88%
B = 34.77%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#368061 (or 0x368061) is known color: Viridian. HEX triplet: 36, 80 and 61. RGB value is (54,128,97). Sum of RGB (Red+Green+Blue) = 54+128+97=279 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.35% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 97 (38.28% from 255 or 34.77% from 279); Max value from RGB is 128 - color contains mainly: green. Hex color #368061 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368061 is #C97F9E. Grayscale: #666666. Windows color (decimal): -13205407 or 6389814. OLE color: 6389814.

HSL color Cylindrical-coordinate representation of color #368061: hue angle of 154.86º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #368061 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB 54 128 97 -
CMYK 0.58 0 0.24 0.50
HSL 154.86º 0.41% 0.36% -
HSV(B) 154.86º 0.58% 0.5% -
XYZ 11.4 17.09 14.01 -
YUV 102.34 124.98 93.52 -
System Red Green Blue C M Y K H S L
Decimal 54 128 97 0.58 0 0.24 0.50 154.86 0.41 0.36
Hex 36 80 61 3A 0 18 32 9B 29 24
Octal 66 200 141 72 0 30 62 233 51 44
Binary 110110 10000000 1100001 111010 0 11000 110010 10011011 101001 100100

Color Harmonies of #368061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368061

Black with #368061

Text Example


Text Example

White with #368061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368061; }

 p { color: rgb(54,128,97); }

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

background-color css

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

 a { background-color: rgb(54,128,97); }

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

border-color css

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

 span { border-color: rgb(54,128,97); }

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