#368C75

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

Shades of Viridian #368C75

Tints of Viridian #368C75

Color information

#368C75 (or 0x368C75) is unknown color: approx Viridian. HEX triplet: 36, 8C and 75. RGB value is (54,140,117). Sum of RGB (Red+Green+Blue) = 54+140+117=311 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.36% from 311); Green value is 140 (55.08% from 255 or 45.02% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 140 - color contains mainly: green. Hex color #368C75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368C75 is #C9738A. Grayscale: #6F6F6F. Windows color (decimal): -13202315 or 7703606. OLE color: 7703606.

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

Color convert

RGB54140117-
CMYK0.6100.160.45
HSL163.95º44.33%38.04%-
HSV(B)163.95º61.43%54.9%-
XYZ14.1120.8220.11-
YUV111.66131.0186.87-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.36%
GREEN value IS 140 (55.08% from 255) = 45.02%
BLUE value IS 117 (46.09% from 255) = 37.62%
R=17.36%
G=45.02%
B=37.62%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal541401170.6100.160.45163.9544.3338.04
Hex368C753D0102Da42c26
Octal6621416575020552445446
Binary11011010001100111010111110101000010110110100100101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,140,117); }

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

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

 a { background-color: rgb(54,140,117); }

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

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

 span { border-color: rgb(54,140,117); }

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