#368261

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

Shades of Viridian #368261

Tints of Viridian #368261

Color information

#368261 (or 0x368261) is unknown color: approx Viridian. HEX triplet: 36, 82 and 61. RGB value is (54,130,97). Sum of RGB (Red+Green+Blue) = 54+130+97=281 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.22% from 281); Green value is 130 (51.17% from 255 or 46.26% from 281); Blue value is 97 (38.28% from 255 or 34.52% from 281); Max value from RGB is 130 - color contains mainly: green. Hex color #368261 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368261 is #C97D9E. Grayscale: #676767. Windows color (decimal): -13204895 or 6390326. OLE color: 6390326.

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

Color convert

RGB5413097-
CMYK0.5800.250.49
HSL153.95º41.3%36.08%-
HSV(B)153.95º58.46%50.98%-
XYZ11.6617.6114.09-
YUV103.51124.3292.68-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.22%
GREEN value IS 130 (51.17% from 255) = 46.26%
BLUE value IS 97 (38.28% from 255) = 34.52%
R=19.22%
G=46.26%
B=34.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54130970.5800.250.49153.9541.336.08
Hex3682613A019319a2924
Octal6620214172031612325144
Binary11011010000010110000111101001100111000110011010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368261; }

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

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

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

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

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

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

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

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