#10382A

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

Shades of Cardin Green #10382A

Tints of Cardin Green #10382A

Color information

#10382A (or 0x10382A) is unknown color: approx Cardin Green. HEX triplet: 10, 38 and 2A. RGB value is (16,56,42). Sum of RGB (Red+Green+Blue) = 16+56+42=114 (15% of max value = 765). Red value is 16 (6.64% from 255 or 14.04% from 114); Green value is 56 (22.27% from 255 or 49.12% from 114); Blue value is 42 (16.80% from 255 or 36.84% from 114); Max value from RGB is 56 - color contains mainly: green. Hex color #10382A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10382A is #EFC7D5. Grayscale: #2A2A2A. Windows color (decimal): -15714262 or 2766864. OLE color: 2766864.

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

Color convert

RGB165642-
CMYK0.7100.250.78
HSL159º55.56%14.12%-
HSV(B)159º71.43%21.96%-
XYZ2.053.112.68-
YUV42.44127.75109.14-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.04%
GREEN value IS 56 (22.27% from 255) = 49.12%
BLUE value IS 42 (16.80% from 255) = 36.84%
R=14.04%
G=49.12%
B=36.84%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1656420.7100.250.7815955.5614.12
Hex10382A470194E9f38e
Octal2070521070311162377016
Binary1000011100010101010001110110011001110100111111110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10382A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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