#368B6A

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

Shades of Viridian #368B6A

Tints of Viridian #368B6A

Color information

#368B6A (or 0x368B6A) is unknown color: approx Viridian. HEX triplet: 36, 8B and 6A. RGB value is (54,139,106). Sum of RGB (Red+Green+Blue) = 54+139+106=299 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.06% from 299); Green value is 139 (54.69% from 255 or 46.49% from 299); Blue value is 106 (41.80% from 255 or 35.45% from 299); Max value from RGB is 139 - color contains mainly: green. Hex color #368B6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368B6A is #C97495. Grayscale: #6D6D6D. Windows color (decimal): -13202582 or 6982454. OLE color: 6982454.

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

Color convert

RGB54139106-
CMYK0.6100.240.45
HSL156.71º44.04%37.84%-
HSV(B)156.71º61.15%54.51%-
XYZ13.3620.2916.85-
YUV109.82125.8488.18-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.06%
GREEN value IS 139 (54.69% from 255) = 46.49%
BLUE value IS 106 (41.80% from 255) = 35.45%
R=18.06%
G=46.49%
B=35.45%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal541391060.6100.240.45156.7144.0437.84
Hex368B6A3D0182D9d2c26
Octal6621315275030552355446
Binary11011010001011110101011110101100010110110011101101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,139,106); }

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

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

 a { background-color: rgb(54,139,106); }

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

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

 span { border-color: rgb(54,139,106); }

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