#133225

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

Shades of Cardin Green #133225

Tints of Cardin Green #133225

Color information

#133225 (or 0x133225) is unknown color: approx Cardin Green. HEX triplet: 13, 32 and 25. RGB value is (19,50,37). Sum of RGB (Red+Green+Blue) = 19+50+37=106 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.92% from 106); Green value is 50 (19.92% from 255 or 47.17% from 106); Blue value is 37 (14.84% from 255 or 34.91% from 106); Max value from RGB is 50 - color contains mainly: green. Hex color #133225 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133225 is #ECCDDA. Grayscale: #272727. Windows color (decimal): -15519195 or 2437651. OLE color: 2437651.

HSL color Cylindrical-coordinate representation of color #133225: hue angle of 154.84º 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 #133225 is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.80.

Color convert

RGB195037-
CMYK0.6200.260.80
HSL154.84º44.93%13.53%-
HSV(B)154.84º62%19.61%-
XYZ1.742.552.15-
YUV39.25126.73113.56-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.92%
GREEN value IS 50 (19.92% from 255) = 47.17%
BLUE value IS 37 (14.84% from 255) = 34.91%
R=17.92%
G=47.17%
B=34.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1950370.6200.260.80154.8444.9313.53
Hex1332253E01A509b2de
Octal236245760321202335516
Binary100111100101001011111100110101010000100110111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133225; }

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

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

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

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

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

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

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

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