Html Css Color HEX #368971 Viridian

📋 copy color: '#368971'

red 54 ◦ green 137 ◦ blue 113

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

Shades of Viridian #368971

Tints of Viridian #368971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 37.17%

R = 17.76%
G = 45.07%
B = 37.17%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#368971 (or 0x368971) is known color: Viridian. HEX triplet: 36, 89 and 71. RGB value is (54,137,113). Sum of RGB (Red+Green+Blue) = 54+137+113=304 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.76% from 304); Green value is 137 (53.91% from 255 or 45.07% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 137 - color contains mainly: green. Hex color #368971 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368971 is #C9768E. Grayscale: #6D6D6D. Windows color (decimal): -13203087 or 7440694. OLE color: 7440694.

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

Color convert

RGB 54 137 113 -
CMYK 0.61 0 0.18 0.46
HSL 162.65º 0.43% 0.37% -
HSV(B) 162.65º 0.61% 0.54% -
XYZ 13.45 19.87 18.75 -
YUV 109.45 130 88.45 -
System Red Green Blue C M Y K H S L
Decimal 54 137 113 0.61 0 0.18 0.46 162.65 0.43 0.37
Hex 36 89 71 3D 0 12 2E A3 2B 25
Octal 66 211 161 75 0 22 56 243 53 45
Binary 110110 10001001 1110001 111101 0 10010 101110 10100011 101011 100101

Color Harmonies of #368971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368971

Black with #368971

Text Example


Text Example

White with #368971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368971; }

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

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

background-color css

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

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

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

border-color css

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

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

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