#133F33

Color #133F33 Sherwood Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherwood Green #133F33

Tints of Sherwood Green #133F33

Color information

#133F33 (or 0x133F33) is unknown color: approx Sherwood Green. HEX triplet: 13, 3F and 33. RGB value is (19,63,51). Sum of RGB (Red+Green+Blue) = 19+63+51=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 63 (25% from 255 or 47.37% from 133); Blue value is 51 (20.31% from 255 or 38.35% from 133); Max value from RGB is 63 - color contains mainly: green. Hex color #133F33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133F33 is #ECC0CC. Grayscale: #303030. Windows color (decimal): -15515853 or 3358483. OLE color: 3358483.

HSL color Cylindrical-coordinate representation of color #133F33: hue angle of 163.64º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #133F33 is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.75.

Color convert

RGB196351-
CMYK0.7000.190.75
HSL163.64º53.66%16.08%-
HSV(B)163.64º69.84%24.71%-
XYZ2.643.933.75-
YUV48.48129.42106.98-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.29%
GREEN value IS 63 (25% from 255) = 47.37%
BLUE value IS 51 (20.31% from 255) = 38.35%
R=14.29%
G=47.37%
B=38.35%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1963510.7000.190.75163.6453.6616.08
Hex133F33460134Ba43610
Octal2377631060231132446620
Binary10011111111110011100011001001110010111010010011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133F33; }

 p { color: rgb(19,63,51); }

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

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

 a { background-color: rgb(19,63,51); }

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

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

 span { border-color: rgb(19,63,51); }

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