#368569

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

Shades of Viridian #368569

Tints of Viridian #368569

Color information

#368569 (or 0x368569) is unknown color: approx Viridian. HEX triplet: 36, 85 and 69. RGB value is (54,133,105). Sum of RGB (Red+Green+Blue) = 54+133+105=292 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.49% from 292); Green value is 133 (52.34% from 255 or 45.55% from 292); Blue value is 105 (41.41% from 255 or 35.96% from 292); Max value from RGB is 133 - color contains mainly: green. Hex color #368569 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368569 is #C97A96. Grayscale: #6A6A6A. Windows color (decimal): -13204119 or 6915382. OLE color: 6915382.

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

Color convert

RGB54133105-
CMYK0.5900.210.48
HSL158.73º42.25%36.67%-
HSV(B)158.73º59.4%52.16%-
XYZ12.4618.5816.29-
YUV106.19127.3390.78-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.49%
GREEN value IS 133 (52.34% from 255) = 45.55%
BLUE value IS 105 (41.41% from 255) = 35.96%
R=18.49%
G=45.55%
B=35.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal541331050.5900.210.48158.7342.2536.67
Hex3685693B015309f2a25
Octal6620515173025602375245
Binary11011010000101110100111101101010111000010011111101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368569; }

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

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

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

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

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

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

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

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