#368465

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

Shades of Viridian #368465

Tints of Viridian #368465

Color information

#368465 (or 0x368465) is unknown color: approx Viridian. HEX triplet: 36, 84 and 65. RGB value is (54,132,101). Sum of RGB (Red+Green+Blue) = 54+132+101=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 132 (51.95% from 255 or 45.99% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 132 - color contains mainly: green. Hex color #368465 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368465 is #C97B9A. Grayscale: #696969. Windows color (decimal): -13204379 or 6652982. OLE color: 6652982.

HSL color Cylindrical-coordinate representation of color #368465: hue angle of 156.15º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #368465 is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB54132101-
CMYK0.5900.230.48
HSL156.15º41.94%36.47%-
HSV(B)156.15º59.09%51.76%-
XYZ12.1218.2315.19-
YUV105.14125.6691.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.82%
GREEN value IS 132 (51.95% from 255) = 45.99%
BLUE value IS 101 (39.84% from 255) = 35.19%
R=18.82%
G=45.99%
B=35.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal541321010.5900.230.48156.1541.9436.47
Hex3684653B017309c2a24
Octal6620414573027602345244
Binary11011010000100110010111101101011111000010011100101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368465; }

 p { color: rgb(54,132,101); }

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

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

 a { background-color: rgb(54,132,101); }

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

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

 span { border-color: rgb(54,132,101); }

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