#368F6B

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

Shades of Viridian #368F6B

Tints of Viridian #368F6B

Color information

#368F6B (or 0x368F6B) is unknown color: approx Viridian. HEX triplet: 36, 8F and 6B. RGB value is (54,143,107). Sum of RGB (Red+Green+Blue) = 54+143+107=304 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.76% from 304); Green value is 143 (56.25% from 255 or 47.04% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 143 - color contains mainly: green. Hex color #368F6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368F6B is #C97094. Grayscale: #707070. Windows color (decimal): -13201557 or 7049014. OLE color: 7049014.

HSL color Cylindrical-coordinate representation of color #368F6B: hue angle of 155.73º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #368F6B is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB54143107-
CMYK0.6200.250.44
HSL155.73º45.18%38.63%-
HSV(B)155.73º62.24%56.08%-
XYZ1421.4917.32-
YUV112.28125.0186.43-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.76%
GREEN value IS 143 (56.25% from 255) = 47.04%
BLUE value IS 107 (42.19% from 255) = 35.20%
R=17.76%
G=47.04%
B=35.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal541431070.6200.250.44155.7345.1838.63
Hex368F6B3E0192C9c2d27
Octal6621715376031542345547
Binary11011010001111110101111111001100110110010011100101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,143,107); }

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

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

 a { background-color: rgb(54,143,107); }

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

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

 span { border-color: rgb(54,143,107); }

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