#10392B

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

Shades of Cardin Green #10392B

Tints of Cardin Green #10392B

Color information

#10392B (or 0x10392B) is unknown color: approx Cardin Green. HEX triplet: 10, 39 and 2B. RGB value is (16,57,43). Sum of RGB (Red+Green+Blue) = 16+57+43=116 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.79% from 116); Green value is 57 (22.66% from 255 or 49.14% from 116); Blue value is 43 (17.19% from 255 or 37.07% from 116); Max value from RGB is 57 - color contains mainly: green. Hex color #10392B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10392B is #EFC6D4. Grayscale: #2B2B2B. Windows color (decimal): -15714005 or 2832656. OLE color: 2832656.

HSL color Cylindrical-coordinate representation of color #10392B: hue angle of 159.51º 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 #10392B is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB165743-
CMYK0.7200.250.78
HSL159.51º56.16%14.31%-
HSV(B)159.51º71.93%22.35%-
XYZ2.113.212.79-
YUV43.14127.92108.64-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.79%
GREEN value IS 57 (22.66% from 255) = 49.14%
BLUE value IS 43 (17.19% from 255) = 37.07%
R=13.79%
G=49.14%
B=37.07%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1657430.7200.250.78159.5156.1614.31
Hex10392B480194Ea038e
Octal2071531100311162407016
Binary1000011100110101110010000110011001110101000001110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10392B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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