#133227

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

Shades of Cardin Green #133227

Tints of Cardin Green #133227

Color information

#133227 (or 0x133227) is unknown color: approx Cardin Green. HEX triplet: 13, 32 and 27. RGB value is (19,50,39). Sum of RGB (Red+Green+Blue) = 19+50+39=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 50 (19.92% from 255 or 46.30% from 108); Blue value is 39 (15.62% from 255 or 36.11% from 108); Max value from RGB is 50 - color contains mainly: green. Hex color #133227 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133227 is #ECCDD8. Grayscale: #272727. Windows color (decimal): -15519193 or 2568723. OLE color: 2568723.

HSL color Cylindrical-coordinate representation of color #133227: hue angle of 158.71º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #133227 is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.80.

Color convert

RGB195039-
CMYK0.6200.220.80
HSL158.71º44.93%13.53%-
HSV(B)158.71º62%19.61%-
XYZ1.782.572.32-
YUV39.48127.73113.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.59%
GREEN value IS 50 (19.92% from 255) = 46.30%
BLUE value IS 39 (15.62% from 255) = 36.11%
R=17.59%
G=46.30%
B=36.11%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1950390.6200.220.80158.7144.9313.53
Hex1332273E016509f2de
Octal236247760261202375516
Binary100111100101001111111100101101010000100111111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133227; }

 p { color: rgb(19,50,39); }

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

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

 a { background-color: rgb(19,50,39); }

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

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

 span { border-color: rgb(19,50,39); }

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