#368568

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

Shades of Viridian #368568

Tints of Viridian #368568

Color information

#368568 (or 0x368568) is unknown color: approx Viridian. HEX triplet: 36, 85 and 68. RGB value is (54,133,104). Sum of RGB (Red+Green+Blue) = 54+133+104=291 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.56% from 291); Green value is 133 (52.34% from 255 or 45.70% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 133 - color contains mainly: green. Hex color #368568 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368568 is #C97A97. Grayscale: #6A6A6A. Windows color (decimal): -13204120 or 6849846. OLE color: 6849846.

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

Color convert

RGB54133104-
CMYK0.5900.220.48
HSL157.97º42.25%36.67%-
HSV(B)157.97º59.4%52.16%-
XYZ12.4118.5616.02-
YUV106.07126.8390.86-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.56%
GREEN value IS 133 (52.34% from 255) = 45.70%
BLUE value IS 104 (41.02% from 255) = 35.74%
R=18.56%
G=45.70%
B=35.74%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal541331040.5900.220.48157.9742.2536.67
Hex3685683B016309e2a25
Octal6620515073026602365245
Binary11011010000101110100011101101011011000010011110101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368568; }

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

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

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

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

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

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

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

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