#368265

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

Shades of Viridian #368265

Tints of Viridian #368265

Color information

#368265 (or 0x368265) is unknown color: approx Viridian. HEX triplet: 36, 82 and 65. RGB value is (54,130,101). Sum of RGB (Red+Green+Blue) = 54+130+101=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 130 - color contains mainly: green. Hex color #368265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368265 is #C97D9A. Grayscale: #686868. Windows color (decimal): -13204891 or 6652470. OLE color: 6652470.

HSL color Cylindrical-coordinate representation of color #368265: hue angle of 157.11º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #368265 is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB54130101-
CMYK0.5800.220.49
HSL157.11º41.3%36.08%-
HSV(B)157.11º58.46%50.98%-
XYZ11.8517.6915.1-
YUV103.97126.3292.36-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.95%
GREEN value IS 130 (51.17% from 255) = 45.61%
BLUE value IS 101 (39.84% from 255) = 35.44%
R=18.95%
G=45.61%
B=35.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal541301010.5800.220.49157.1141.336.08
Hex3682653A016319d2924
Octal6620214572026612355144
Binary11011010000010110010111101001011011000110011101101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368265; }

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

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

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

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

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

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

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

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