#368B6E

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

Shades of Viridian #368B6E

Tints of Viridian #368B6E

Color information

#368B6E (or 0x368B6E) is unknown color: approx Viridian. HEX triplet: 36, 8B and 6E. RGB value is (54,139,110). Sum of RGB (Red+Green+Blue) = 54+139+110=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 139 (54.69% from 255 or 45.87% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 139 - color contains mainly: green. Hex color #368B6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368B6E is #C97491. Grayscale: #6E6E6E. Windows color (decimal): -13202578 or 7244598. OLE color: 7244598.

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

Color convert

RGB54139110-
CMYK0.6100.210.45
HSL159.53º44.04%37.84%-
HSV(B)159.53º61.15%54.51%-
XYZ13.5720.3817.97-
YUV110.28127.8487.86-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.82%
GREEN value IS 139 (54.69% from 255) = 45.87%
BLUE value IS 110 (43.36% from 255) = 36.30%
R=17.82%
G=45.87%
B=36.30%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal541391100.6100.210.45159.5344.0437.84
Hex368B6E3D0152Da02c26
Octal6621315675025552405446
Binary11011010001011110111011110101010110110110100000101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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