#133925

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

Shades of Cardin Green #133925

Tints of Cardin Green #133925

Color information

#133925 (or 0x133925) is unknown color: approx Cardin Green. HEX triplet: 13, 39 and 25. RGB value is (19,57,37). Sum of RGB (Red+Green+Blue) = 19+57+37=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 57 (22.66% from 255 or 50.44% from 113); Blue value is 37 (14.84% from 255 or 32.74% from 113); Max value from RGB is 57 - color contains mainly: green. Hex color #133925 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133925 is #ECC6DA. Grayscale: #2B2B2B. Windows color (decimal): -15517403 or 2439443. OLE color: 2439443.

HSL color Cylindrical-coordinate representation of color #133925: hue angle of 148.42º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #133925 is Cyan = 0.67, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.78.

Color convert

RGB195737-
CMYK0.6700.350.78
HSL148.42º50%14.9%-
HSV(B)148.42º66.67%22.35%-
XYZ2.073.22.26-
YUV43.36124.41110.63-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.81%
GREEN value IS 57 (22.66% from 255) = 50.44%
BLUE value IS 37 (14.84% from 255) = 32.74%
R=16.81%
G=50.44%
B=32.74%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1957370.6700.350.78148.425014.9
Hex133925430234E9432f
Octal2371451030431162246217
Binary10011111001100101100001101000111001110100101001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133925; }

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

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

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

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

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

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

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

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