#368566

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

Shades of Viridian #368566

Tints of Viridian #368566

Color information

#368566 (or 0x368566) is unknown color: approx Viridian. HEX triplet: 36, 85 and 66. RGB value is (54,133,102). Sum of RGB (Red+Green+Blue) = 54+133+102=289 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.69% from 289); Green value is 133 (52.34% from 255 or 46.02% from 289); Blue value is 102 (40.23% from 255 or 35.29% from 289); Max value from RGB is 133 - color contains mainly: green. Hex color #368566 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368566 is #C97A99. Grayscale: #696969. Windows color (decimal): -13204122 or 6718774. OLE color: 6718774.

HSL color Cylindrical-coordinate representation of color #368566: hue angle of 156.46º 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 #368566 is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB54133102-
CMYK0.5900.230.48
HSL156.46º42.25%36.67%-
HSV(B)156.46º59.4%52.16%-
XYZ12.3118.5215.5-
YUV105.84125.8391.02-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.69%
GREEN value IS 133 (52.34% from 255) = 46.02%
BLUE value IS 102 (40.23% from 255) = 35.29%
R=18.69%
G=46.02%
B=35.29%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal541331020.5900.230.48156.4642.2536.67
Hex3685663B017309c2a25
Octal6620514673027602345245
Binary11011010000101110011011101101011111000010011100101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368566; }

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

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

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

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

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

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

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

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