#338567

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

Shades of Viridian #338567

Tints of Viridian #338567

Color information

#338567 (or 0x338567) is unknown color: approx Viridian. HEX triplet: 33, 85 and 67. RGB value is (51,133,103). Sum of RGB (Red+Green+Blue) = 51+133+103=287 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.77% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 103 (40.62% from 255 or 35.89% from 287); Max value from RGB is 133 - color contains mainly: green. Hex color #338567 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338567 is #CC7A98. Grayscale: #696969. Windows color (decimal): -13400729 or 6784307. OLE color: 6784307.

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

Color convert

RGB51133103-
CMYK0.6200.230.48
HSL158.05º44.57%36.08%-
HSV(B)158.05º61.65%52.16%-
XYZ12.218.4615.75-
YUV105.06126.8389.44-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.77%
GREEN value IS 133 (52.34% from 255) = 46.34%
BLUE value IS 103 (40.62% from 255) = 35.89%
R=17.77%
G=46.34%
B=35.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal511331030.6200.230.48158.0544.5736.08
Hex3385673E017309e2d24
Octal6320514776027602365544
Binary11001110000101110011111111001011111000010011110101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338567; }

 p { color: rgb(51,133,103); }

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

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

 a { background-color: rgb(51,133,103); }

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

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

 span { border-color: rgb(51,133,103); }

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