#123625

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

Shades of Cardin Green #123625

Tints of Cardin Green #123625

Color information

#123625 (or 0x123625) is unknown color: approx Cardin Green. HEX triplet: 12, 36 and 25. RGB value is (18,54,37). Sum of RGB (Red+Green+Blue) = 18+54+37=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 54 (21.48% from 255 or 49.54% from 109); Blue value is 37 (14.84% from 255 or 33.94% from 109); Max value from RGB is 54 - color contains mainly: green. Hex color #123625 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123625 is #EDC9DA. Grayscale: #292929. Windows color (decimal): -15583707 or 2438674. OLE color: 2438674.

HSL color Cylindrical-coordinate representation of color #123625: hue angle of 151.67º degrees, saturation: 0.5, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #123625 is Cyan = 0.67, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.79.

Color convert

RGB185437-
CMYK0.6700.310.79
HSL151.67º50%14.12%-
HSV(B)151.67º66.67%21.18%-
XYZ1.92.92.21-
YUV41.3125.57111.38-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.51%
GREEN value IS 54 (21.48% from 255) = 49.54%
BLUE value IS 37 (14.84% from 255) = 33.94%
R=16.51%
G=49.54%
B=33.94%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1854370.6700.310.79151.675014.12
Hex1236254301F4F9832e
Octal2266451030371172306216
Binary1001011011010010110000110111111001111100110001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123625; }

 p { color: rgb(18,54,37); }

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

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

 a { background-color: rgb(18,54,37); }

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

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

 span { border-color: rgb(18,54,37); }

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