#338770

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

Shades of Viridian #338770

Tints of Viridian #338770

Color information

#338770 (or 0x338770) is unknown color: approx Viridian. HEX triplet: 33, 87 and 70. RGB value is (51,135,112). Sum of RGB (Red+Green+Blue) = 51+135+112=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 135 (53.12% from 255 or 45.30% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 135 - color contains mainly: green. Hex color #338770 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338770 is #CC788F. Grayscale: #6B6B6B. Windows color (decimal): -13400208 or 7374643. OLE color: 7374643.

HSL color Cylindrical-coordinate representation of color #338770: hue angle of 163.57º 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 #338770 is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB51135112-
CMYK0.6200.170.47
HSL163.57º45.16%36.47%-
HSV(B)163.57º62.22%52.94%-
XYZ12.9519.218.35-
YUV107.26130.6787.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.11%
GREEN value IS 135 (53.12% from 255) = 45.30%
BLUE value IS 112 (44.14% from 255) = 37.58%
R=17.11%
G=45.30%
B=37.58%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal511351120.6200.170.47163.5745.1636.47
Hex3387703E0112Fa42d24
Octal6320716076021572445544
Binary11001110000111111000011111001000110111110100100101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338770; }

 p { color: rgb(51,135,112); }

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

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

 a { background-color: rgb(51,135,112); }

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

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

 span { border-color: rgb(51,135,112); }

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