#368965

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

Shades of Viridian #368965

Tints of Viridian #368965

Color information

#368965 (or 0x368965) is unknown color: approx Viridian. HEX triplet: 36, 89 and 65. RGB value is (54,137,101). Sum of RGB (Red+Green+Blue) = 54+137+101=292 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.49% from 292); Green value is 137 (53.91% from 255 or 46.92% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 137 - color contains mainly: green. Hex color #368965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368965 is #C9769A. Grayscale: #6C6C6C. Windows color (decimal): -13203099 or 6654262. OLE color: 6654262.

HSL color Cylindrical-coordinate representation of color #368965: hue angle of 153.98º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #368965 is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB54137101-
CMYK0.6100.260.46
HSL153.98º43.46%37.45%-
HSV(B)153.98º60.58%53.73%-
XYZ12.8219.6215.42-
YUV108.0812489.43-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.49%
GREEN value IS 137 (53.91% from 255) = 46.92%
BLUE value IS 101 (39.84% from 255) = 34.59%
R=18.49%
G=46.92%
B=34.59%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal541371010.6100.260.46153.9843.4637.45
Hex3689653D01A2E9a2b25
Octal6621114575032562325345
Binary11011010001001110010111110101101010111010011010101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368965; }

 p { color: rgb(54,137,101); }

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

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

 a { background-color: rgb(54,137,101); }

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

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

 span { border-color: rgb(54,137,101); }

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