#368A76

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

Shades of Viridian #368A76

Tints of Viridian #368A76

Color information

#368A76 (or 0x368A76) is unknown color: approx Viridian. HEX triplet: 36, 8A and 76. RGB value is (54,138,118). Sum of RGB (Red+Green+Blue) = 54+138+118=310 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.42% from 310); Green value is 138 (54.30% from 255 or 44.52% from 310); Blue value is 118 (46.48% from 255 or 38.06% from 310); Max value from RGB is 138 - color contains mainly: green. Hex color #368A76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368A76 is #C97589. Grayscale: #6E6E6E. Windows color (decimal): -13202826 or 7768630. OLE color: 7768630.

HSL color Cylindrical-coordinate representation of color #368A76: hue angle of 165.71º 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 #368A76 is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB54138118-
CMYK0.6100.140.46
HSL165.71º43.75%37.65%-
HSV(B)165.71º60.87%54.12%-
XYZ13.8820.2720.32-
YUV110.6132.1787.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.42%
GREEN value IS 138 (54.30% from 255) = 44.52%
BLUE value IS 118 (46.48% from 255) = 38.06%
R=17.42%
G=44.52%
B=38.06%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal541381180.6100.140.46165.7143.7537.65
Hex368A763D0E2Ea62c26
Octal6621216675016562465446
Binary1101101000101011101101111010111010111010100110101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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