#368262

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

Shades of Viridian #368262

Tints of Viridian #368262

Color information

#368262 (or 0x368262) is unknown color: approx Viridian. HEX triplet: 36, 82 and 62. RGB value is (54,130,98). Sum of RGB (Red+Green+Blue) = 54+130+98=282 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.15% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 98 (38.67% from 255 or 34.75% from 282); Max value from RGB is 130 - color contains mainly: green. Hex color #368262 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368262 is #C97D9D. Grayscale: #676767. Windows color (decimal): -13204894 or 6455862. OLE color: 6455862.

HSL color Cylindrical-coordinate representation of color #368262: hue angle of 154.74º 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 #368262 is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB5413098-
CMYK0.5800.250.49
HSL154.74º41.3%36.08%-
HSV(B)154.74º58.46%50.98%-
XYZ11.7117.6314.34-
YUV103.63124.8292.6-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.15%
GREEN value IS 130 (51.17% from 255) = 46.10%
BLUE value IS 98 (38.67% from 255) = 34.75%
R=19.15%
G=46.10%
B=34.75%

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
Decimal54130980.5800.250.49154.7441.336.08
Hex3682623A019319b2924
Octal6620214272031612335144
Binary11011010000010110001011101001100111000110011011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368262; }

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

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

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

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

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

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

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

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