#33826B

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

Shades of Viridian #33826B

Tints of Viridian #33826B

Color information

#33826B (or 0x33826B) is unknown color: approx Viridian. HEX triplet: 33, 82 and 6B. RGB value is (51,130,107). Sum of RGB (Red+Green+Blue) = 51+130+107=288 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.71% from 288); Green value is 130 (51.17% from 255 or 45.14% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 130 - color contains mainly: green. Hex color #33826B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33826B is #CC7D94. Grayscale: #676767. Windows color (decimal): -13401493 or 7045683. OLE color: 7045683.

HSL color Cylindrical-coordinate representation of color #33826B: hue angle of 162.53º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #33826B is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB51130107-
CMYK0.6100.180.49
HSL162.53º43.65%35.49%-
HSV(B)162.53º60.77%50.98%-
XYZ1217.7316.7-
YUV103.76129.8390.37-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.71%
GREEN value IS 130 (51.17% from 255) = 45.14%
BLUE value IS 107 (42.19% from 255) = 37.15%
R=17.71%
G=45.14%
B=37.15%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal511301070.6100.180.49162.5343.6535.49
Hex33826B3D01231a32c23
Octal6320215375022612435443
Binary11001110000010110101111110101001011000110100011101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33826B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33826B; }

 p { color: rgb(51,130,107); }

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

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

 a { background-color: rgb(51,130,107); }

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

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

 span { border-color: rgb(51,130,107); }

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