#368867

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

Shades of Viridian #368867

Tints of Viridian #368867

Color information

#368867 (or 0x368867) is unknown color: approx Viridian. HEX triplet: 36, 88 and 67. RGB value is (54,136,103). Sum of RGB (Red+Green+Blue) = 54+136+103=293 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.43% from 293); Green value is 136 (53.52% from 255 or 46.42% from 293); Blue value is 103 (40.62% from 255 or 35.15% from 293); Max value from RGB is 136 - color contains mainly: green. Hex color #368867 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368867 is #C97798. Grayscale: #6B6B6B. Windows color (decimal): -13203353 or 6785078. OLE color: 6785078.

HSL color Cylindrical-coordinate representation of color #368867: hue angle of 155.85º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #368867 is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB54136103-
CMYK0.6000.240.47
HSL155.85º43.16%37.25%-
HSV(B)155.85º60.29%53.33%-
XYZ12.7719.3715.9-
YUV107.72125.3389.68-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.43%
GREEN value IS 136 (53.52% from 255) = 46.42%
BLUE value IS 103 (40.62% from 255) = 35.15%
R=18.43%
G=46.42%
B=35.15%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal541361030.6000.240.47155.8543.1637.25
Hex3688673C0182F9c2b25
Octal6621014774030572345345
Binary11011010001000110011111110001100010111110011100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368867; }

 p { color: rgb(54,136,103); }

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

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

 a { background-color: rgb(54,136,103); }

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

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

 span { border-color: rgb(54,136,103); }

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