#368570

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

Shades of Viridian #368570

Tints of Viridian #368570

Color information

#368570 (or 0x368570) is unknown color: approx Viridian. HEX triplet: 36, 85 and 70. RGB value is (54,133,112). Sum of RGB (Red+Green+Blue) = 54+133+112=299 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.06% from 299); Green value is 133 (52.34% from 255 or 44.48% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 133 - color contains mainly: green. Hex color #368570 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368570 is #C97A8F. Grayscale: #6A6A6A. Windows color (decimal): -13204112 or 7374134. OLE color: 7374134.

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

Color convert

RGB54133112-
CMYK0.5900.160.48
HSL164.05º42.25%36.67%-
HSV(B)164.05º59.4%52.16%-
XYZ12.8318.7318.27-
YUV106.98130.8390.21-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.06%
GREEN value IS 133 (52.34% from 255) = 44.48%
BLUE value IS 112 (44.14% from 255) = 37.46%
R=18.06%
G=44.48%
B=37.46%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal541331120.5900.160.48164.0542.2536.67
Hex3685703B01030a42a25
Octal6620516073020602445245
Binary11011010000101111000011101101000011000010100100101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368570; }

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

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

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

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

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

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

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

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