Html Css Color HEX #368973 Viridian

📋 copy color: '#368973'

red 54 ◦ green 137 ◦ blue 115

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

Shades of Viridian #368973

Tints of Viridian #368973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 37.58%

R = 17.65%
G = 44.77%
B = 37.58%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#368973 (or 0x368973) is known color: Viridian. HEX triplet: 36, 89 and 73. RGB value is (54,137,115). Sum of RGB (Red+Green+Blue) = 54+137+115=306 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.65% from 306); Green value is 137 (53.91% from 255 or 44.77% from 306); Blue value is 115 (45.31% from 255 or 37.58% from 306); Max value from RGB is 137 - color contains mainly: green. Hex color #368973 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368973 is #C9768C. Grayscale: #6D6D6D. Windows color (decimal): -13203085 or 7571766. OLE color: 7571766.

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

Color convert

RGB 54 137 115 -
CMYK 0.61 0 0.16 0.46
HSL 164.1º 0.43% 0.37% -
HSV(B) 164.1º 0.61% 0.54% -
XYZ 13.56 19.91 19.35 -
YUV 109.68 131 88.29 -
System Red Green Blue C M Y K H S L
Decimal 54 137 115 0.61 0 0.16 0.46 164.1 0.43 0.37
Hex 36 89 73 3D 0 10 2E A4 2B 25
Octal 66 211 163 75 0 20 56 244 53 45
Binary 110110 10001001 1110011 111101 0 10000 101110 10100100 101011 100101

Color Harmonies of #368973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368973

Black with #368973

Text Example


Text Example

White with #368973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368973; }

 p { color: rgb(54,137,115); }

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

background-color css

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

 a { background-color: rgb(54,137,115); }

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

border-color css

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

 span { border-color: rgb(54,137,115); }

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