#368673

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

Shades of Viridian #368673

Tints of Viridian #368673

Color information

#368673 (or 0x368673) is unknown color: approx Viridian. HEX triplet: 36, 86 and 73. RGB value is (54,134,115). Sum of RGB (Red+Green+Blue) = 54+134+115=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 134 (52.73% from 255 or 44.22% from 303); Blue value is 115 (45.31% from 255 or 37.95% from 303); Max value from RGB is 134 - color contains mainly: green. Hex color #368673 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368673 is #C9798C. Grayscale: #6B6B6B. Windows color (decimal): -13203853 or 7570998. OLE color: 7570998.

HSL color Cylindrical-coordinate representation of color #368673: hue angle of 165.75º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #368673 is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB54134115-
CMYK0.6000.140.47
HSL165.75º42.55%36.86%-
HSV(B)165.75º59.7%52.55%-
XYZ13.1419.0719.21-
YUV107.9113289.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.82%
GREEN value IS 134 (52.73% from 255) = 44.22%
BLUE value IS 115 (45.31% from 255) = 37.95%
R=17.82%
G=44.22%
B=37.95%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal541341150.6000.140.47165.7542.5536.86
Hex3686733C0E2Fa62b25
Octal6620616374016572465345
Binary1101101000011011100111111000111010111110100110101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368673; }

 p { color: rgb(54,134,115); }

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

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

 a { background-color: rgb(54,134,115); }

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

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

 span { border-color: rgb(54,134,115); }

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