#193427

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

Shades of Cardin Green #193427

Tints of Cardin Green #193427

Color information

#193427 (or 0x193427) is unknown color: approx Cardin Green. HEX triplet: 19, 34 and 27. RGB value is (25,52,39). Sum of RGB (Red+Green+Blue) = 25+52+39=116 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.55% from 116); Green value is 52 (20.70% from 255 or 44.83% from 116); Blue value is 39 (15.62% from 255 or 33.62% from 116); Max value from RGB is 52 - color contains mainly: green. Hex color #193427 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193427 is #E6CBD8. Grayscale: #2A2A2A. Windows color (decimal): -15125465 or 2569241. OLE color: 2569241.

HSL color Cylindrical-coordinate representation of color #193427: hue angle of 151.11º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #193427 is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.80.

Color convert

RGB255239-
CMYK0.5200.250.80
HSL151.11º35.06%15.1%-
HSV(B)151.11º51.92%20.39%-
XYZ22.812.36-
YUV42.44126.05115.56-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.55%
GREEN value IS 52 (20.70% from 255) = 44.83%
BLUE value IS 39 (15.62% from 255) = 33.62%
R=21.55%
G=44.83%
B=33.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2552390.5200.250.80151.1135.0615.1
Hex19342734019509723f
Octal316447640311202274317
Binary110011101001001111101000110011010000100101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193427; }

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

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

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

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

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

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

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

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