#368264

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

Shades of Viridian #368264

Tints of Viridian #368264

Color information

#368264 (or 0x368264) is unknown color: approx Viridian. HEX triplet: 36, 82 and 64. RGB value is (54,130,100). Sum of RGB (Red+Green+Blue) = 54+130+100=284 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.01% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 100 (39.45% from 255 or 35.21% from 284); Max value from RGB is 130 - color contains mainly: green. Hex color #368264 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368264 is #C97D9B. Grayscale: #676767. Windows color (decimal): -13204892 or 6586934. OLE color: 6586934.

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

Color convert

RGB54130100-
CMYK0.5800.230.49
HSL156.32º41.3%36.08%-
HSV(B)156.32º58.46%50.98%-
XYZ11.817.6714.85-
YUV103.86125.8292.44-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.01%
GREEN value IS 130 (51.17% from 255) = 45.77%
BLUE value IS 100 (39.45% from 255) = 35.21%
R=19.01%
G=45.77%
B=35.21%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal541301000.5800.230.49156.3241.336.08
Hex3682643A017319c2924
Octal6620214472027612345144
Binary11011010000010110010011101001011111000110011100101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368264; }

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

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

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

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

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

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

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

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