Html Css Color HEX #368978 Viridian

📋 copy color: '#368978'

red 54 ◦ green 137 ◦ blue 120

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

Shades of Viridian #368978

Tints of Viridian #368978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 38.59%

R = 17.36%
G = 44.05%
B = 38.59%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#368978 (or 0x368978) is known color: Viridian. HEX triplet: 36, 89 and 78. RGB value is (54,137,120). Sum of RGB (Red+Green+Blue) = 54+137+120=311 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.36% from 311); Green value is 137 (53.91% from 255 or 44.05% from 311); Blue value is 120 (47.27% from 255 or 38.59% from 311); Max value from RGB is 137 - color contains mainly: green. Hex color #368978 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368978 is #C97687. Grayscale: #6E6E6E. Windows color (decimal): -13203080 or 7899446. OLE color: 7899446.

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

Color convert

RGB 54 137 120 -
CMYK 0.61 0 0.12 0.46
HSL 167.71º 0.43% 0.37% -
HSV(B) 167.71º 0.61% 0.54% -
XYZ 13.86 20.03 20.91 -
YUV 110.25 133.5 87.88 -
System Red Green Blue C M Y K H S L
Decimal 54 137 120 0.61 0 0.12 0.46 167.71 0.43 0.37
Hex 36 89 78 3D 0 C 2E A8 2B 25
Octal 66 211 170 75 0 14 56 250 53 45
Binary 110110 10001001 1111000 111101 0 1100 101110 10101000 101011 100101

Color Harmonies of #368978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368978

Black with #368978

Text Example


Text Example

White with #368978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368978; }

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

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

background-color css

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

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

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

border-color css

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

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

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