#133625

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

Shades of Cardin Green #133625

Tints of Cardin Green #133625

Color information

#133625 (or 0x133625) is unknown color: approx Cardin Green. HEX triplet: 13, 36 and 25. RGB value is (19,54,37). Sum of RGB (Red+Green+Blue) = 19+54+37=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 54 (21.48% from 255 or 49.09% from 110); Blue value is 37 (14.84% from 255 or 33.64% from 110); Max value from RGB is 54 - color contains mainly: green. Hex color #133625 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133625 is #ECC9DA. Grayscale: #292929. Windows color (decimal): -15518171 or 2438675. OLE color: 2438675.

HSL color Cylindrical-coordinate representation of color #133625: hue angle of 150.86º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #133625 is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.79.

Color convert

RGB195437-
CMYK0.6500.310.79
HSL150.86º47.95%14.31%-
HSV(B)150.86º64.81%21.18%-
XYZ1.922.912.21-
YUV41.6125.4111.88-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.27%
GREEN value IS 54 (21.48% from 255) = 49.09%
BLUE value IS 37 (14.84% from 255) = 33.64%
R=17.27%
G=49.09%
B=33.64%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1954370.6500.310.79150.8647.9514.31
Hex1336254101F4F9730e
Octal2366451010371172276016
Binary1001111011010010110000010111111001111100101111100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133625; }

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

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

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

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

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

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

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

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