#338865

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

Shades of Viridian #338865

Tints of Viridian #338865

Color information

#338865 (or 0x338865) is unknown color: approx Viridian. HEX triplet: 33, 88 and 65. RGB value is (51,136,101). Sum of RGB (Red+Green+Blue) = 51+136+101=288 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.71% from 288); Green value is 136 (53.52% from 255 or 47.22% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 136 - color contains mainly: green. Hex color #338865 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338865 is #CC779A. Grayscale: #6A6A6A. Windows color (decimal): -13399963 or 6654003. OLE color: 6654003.

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

Color convert

RGB51136101-
CMYK0.6200.260.47
HSL155.29º45.45%36.67%-
HSV(B)155.29º62.5%53.33%-
XYZ12.5219.2515.37-
YUV106.59124.8488.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.71%
GREEN value IS 136 (53.52% from 255) = 47.22%
BLUE value IS 101 (39.84% from 255) = 35.07%
R=17.71%
G=47.22%
B=35.07%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal511361010.6200.260.47155.2945.4536.67
Hex3388653E01A2F9b2d25
Octal6321014576032572335545
Binary11001110001000110010111111001101010111110011011101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338865; }

 p { color: rgb(51,136,101); }

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

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

 a { background-color: rgb(51,136,101); }

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

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

 span { border-color: rgb(51,136,101); }

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