#368A6C

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

Shades of Viridian #368A6C

Tints of Viridian #368A6C

Color information

#368A6C (or 0x368A6C) is unknown color: approx Viridian. HEX triplet: 36, 8A and 6C. RGB value is (54,138,108). Sum of RGB (Red+Green+Blue) = 54+138+108=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 138 (54.30% from 255 or 46% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 138 - color contains mainly: green. Hex color #368A6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368A6C is #C97593. Grayscale: #6D6D6D. Windows color (decimal): -13202836 or 7113270. OLE color: 7113270.

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

Color convert

RGB54138108-
CMYK0.6100.220.46
HSL158.57º43.75%37.65%-
HSV(B)158.57º60.87%54.12%-
XYZ13.3220.0417.35-
YUV109.46127.1788.44-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18%
GREEN value IS 138 (54.30% from 255) = 46%
BLUE value IS 108 (42.58% from 255) = 36%
R=18%
G=46%
B=36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal541381080.6100.220.46158.5743.7537.65
Hex368A6C3D0162E9f2c26
Octal6621215475026562375446
Binary11011010001010110110011110101011010111010011111101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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