#368565

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

Shades of Viridian #368565

Tints of Viridian #368565

Color information

#368565 (or 0x368565) is unknown color: approx Viridian. HEX triplet: 36, 85 and 65. RGB value is (54,133,101). Sum of RGB (Red+Green+Blue) = 54+133+101=288 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.75% from 288); Green value is 133 (52.34% from 255 or 46.18% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 133 - color contains mainly: green. Hex color #368565 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368565 is #C97A9A. Grayscale: #696969. Windows color (decimal): -13204123 or 6653238. OLE color: 6653238.

HSL color Cylindrical-coordinate representation of color #368565: hue angle of 155.7º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #368565 is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB54133101-
CMYK0.5900.240.48
HSL155.7º42.25%36.67%-
HSV(B)155.7º59.4%52.16%-
XYZ12.2618.515.24-
YUV105.73125.3391.1-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.75%
GREEN value IS 133 (52.34% from 255) = 46.18%
BLUE value IS 101 (39.84% from 255) = 35.07%
R=18.75%
G=46.18%
B=35.07%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal541331010.5900.240.48155.742.2536.67
Hex3685653B018309c2a25
Octal6620514573030602345245
Binary11011010000101110010111101101100011000010011100101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368565; }

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

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

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

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

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

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

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

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