#368671

Color #368671 Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #368671

Tints of Viridian #368671

Color information

#368671 (or 0x368671) is unknown color: approx Viridian. HEX triplet: 36, 86 and 71. RGB value is (54,134,113). Sum of RGB (Red+Green+Blue) = 54+134+113=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 134 (52.73% from 255 or 44.52% from 301); Blue value is 113 (44.53% from 255 or 37.54% from 301); Max value from RGB is 134 - color contains mainly: green. Hex color #368671 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368671 is #C9798E. Grayscale: #6B6B6B. Windows color (decimal): -13203855 or 7439926. OLE color: 7439926.

HSL color Cylindrical-coordinate representation of color #368671: hue angle of 164.25º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #368671 is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB54134113-
CMYK0.6000.160.47
HSL164.25º42.55%36.86%-
HSV(B)164.25º59.7%52.55%-
XYZ13.0319.0318.61-
YUV107.6913189.71-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.94%
GREEN value IS 134 (52.73% from 255) = 44.52%
BLUE value IS 113 (44.53% from 255) = 37.54%
R=17.94%
G=44.52%
B=37.54%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal541341130.6000.160.47164.2542.5536.86
Hex3686713C0102Fa42b25
Octal6620616174020572445345
Binary11011010000110111000111110001000010111110100100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368671; }

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

 H1.HeaderClassName
 {
   color: #368671;
 }
 .AnyTagClassName
 {
   color: #368671;
 }
</style>
background-color css

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

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

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

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

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

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