#10392A

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

Shades of Cardin Green #10392A

Tints of Cardin Green #10392A

Color information

#10392A (or 0x10392A) is unknown color: approx Cardin Green. HEX triplet: 10, 39 and 2A. RGB value is (16,57,42). Sum of RGB (Red+Green+Blue) = 16+57+42=115 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.91% from 115); Green value is 57 (22.66% from 255 or 49.57% from 115); Blue value is 42 (16.80% from 255 or 36.52% from 115); Max value from RGB is 57 - color contains mainly: green. Hex color #10392A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10392A is #EFC6D5. Grayscale: #2B2B2B. Windows color (decimal): -15714006 or 2767120. OLE color: 2767120.

HSL color Cylindrical-coordinate representation of color #10392A: hue angle of 158.05º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #10392A is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.78.

Color convert

RGB165742-
CMYK0.7200.260.78
HSL158.05º56.16%14.31%-
HSV(B)158.05º71.93%22.35%-
XYZ2.093.22.7-
YUV43.03127.42108.72-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.91%
GREEN value IS 57 (22.66% from 255) = 49.57%
BLUE value IS 42 (16.80% from 255) = 36.52%
R=13.91%
G=49.57%
B=36.52%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1657420.7200.260.78158.0556.1614.31
Hex10392A4801A4E9e38e
Octal2071521100321162367016
Binary1000011100110101010010000110101001110100111101110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10392A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10392A; }

 p { color: rgb(16,57,42); }

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

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

 a { background-color: rgb(16,57,42); }

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

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

 span { border-color: rgb(16,57,42); }

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