#193327

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

Shades of Cardin Green #193327

Tints of Cardin Green #193327

Color information

#193327 (or 0x193327) is unknown color: approx Cardin Green. HEX triplet: 19, 33 and 27. RGB value is (25,51,39). Sum of RGB (Red+Green+Blue) = 25+51+39=115 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.74% from 115); Green value is 51 (20.31% from 255 or 44.35% from 115); Blue value is 39 (15.62% from 255 or 33.91% from 115); Max value from RGB is 51 - color contains mainly: green. Hex color #193327 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193327 is #E6CCD8. Grayscale: #292929. Windows color (decimal): -15125721 or 2568985. OLE color: 2568985.

HSL color Cylindrical-coordinate representation of color #193327: hue angle of 152.31º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #193327 is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.8.

Color convert

RGB255139-
CMYK0.5100.240.8
HSL152.31º34.21%14.9%-
HSV(B)152.31º50.98%20%-
XYZ1.952.722.34-
YUV41.86126.39115.98-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.74%
GREEN value IS 51 (20.31% from 255) = 44.35%
BLUE value IS 39 (15.62% from 255) = 33.91%
R=21.74%
G=44.35%
B=33.91%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2551390.5100.240.8152.3134.2114.9
Hex19332733018509822f
Octal316347630301202304217
Binary110011100111001111100110110001010000100110001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193327; }

 p { color: rgb(25,51,39); }

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

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

 a { background-color: rgb(25,51,39); }

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

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

 span { border-color: rgb(25,51,39); }

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