#338671

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

Shades of Viridian #338671

Tints of Viridian #338671

Color information

#338671 (or 0x338671) is unknown color: approx Viridian. HEX triplet: 33, 86 and 71. RGB value is (51,134,113). Sum of RGB (Red+Green+Blue) = 51+134+113=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 134 (52.73% from 255 or 44.97% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 134 - color contains mainly: green. Hex color #338671 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338671 is #CC798E. Grayscale: #6A6A6A. Windows color (decimal): -13400463 or 7439923. OLE color: 7439923.

HSL color Cylindrical-coordinate representation of color #338671: hue angle of 164.82º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #338671 is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB51134113-
CMYK0.6200.160.47
HSL164.82º44.86%36.27%-
HSV(B)164.82º61.94%52.55%-
XYZ12.8718.9518.6-
YUV106.79131.588.21-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.11%
GREEN value IS 134 (52.73% from 255) = 44.97%
BLUE value IS 113 (44.53% from 255) = 37.92%
R=17.11%
G=44.97%
B=37.92%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal511341130.6200.160.47164.8244.8636.27
Hex3386713E0102Fa52d24
Octal6320616176020572455544
Binary11001110000110111000111111001000010111110100101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338671; }

 p { color: rgb(51,134,113); }

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

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

 a { background-color: rgb(51,134,113); }

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

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

 span { border-color: rgb(51,134,113); }

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