#368A6D

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

Shades of Viridian #368A6D

Tints of Viridian #368A6D

Color information

#368A6D (or 0x368A6D) is unknown color: approx Viridian. HEX triplet: 36, 8A and 6D. RGB value is (54,138,109). Sum of RGB (Red+Green+Blue) = 54+138+109=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 138 (54.30% from 255 or 45.85% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 138 - color contains mainly: green. Hex color #368A6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368A6D is #C97592. Grayscale: #6D6D6D. Windows color (decimal): -13202835 or 7178806. OLE color: 7178806.

HSL color Cylindrical-coordinate representation of color #368A6D: hue angle of 159.29º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #368A6D is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB54138109-
CMYK0.6100.210.46
HSL159.29º43.75%37.65%-
HSV(B)159.29º60.87%54.12%-
XYZ13.3720.0717.64-
YUV109.58127.6788.36-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.94%
GREEN value IS 138 (54.30% from 255) = 45.85%
BLUE value IS 109 (42.97% from 255) = 36.21%
R=17.94%
G=45.85%
B=36.21%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal541381090.6100.210.46159.2943.7537.65
Hex368A6D3D0152E9f2c26
Octal6621215575025562375446
Binary11011010001010110110111110101010110111010011111101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368A6D; }

 p { color: rgb(54,138,109); }

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

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

 a { background-color: rgb(54,138,109); }

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

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

 span { border-color: rgb(54,138,109); }

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