#123325

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

Shades of Cardin Green #123325

Tints of Cardin Green #123325

Color information

#123325 (or 0x123325) is unknown color: approx Cardin Green. HEX triplet: 12, 33 and 25. RGB value is (18,51,37). Sum of RGB (Red+Green+Blue) = 18+51+37=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 51 (20.31% from 255 or 48.11% from 106); Blue value is 37 (14.84% from 255 or 34.91% from 106); Max value from RGB is 51 - color contains mainly: green. Hex color #123325 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123325 is #EDCCDA. Grayscale: #272727. Windows color (decimal): -15584475 or 2437906. OLE color: 2437906.

HSL color Cylindrical-coordinate representation of color #123325: hue angle of 154.55º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #123325 is Cyan = 0.65, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.8.

Color convert

RGB185137-
CMYK0.6500.270.8
HSL154.55º47.83%13.53%-
HSV(B)154.55º64.71%20%-
XYZ1.772.632.16-
YUV39.54126.57112.64-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.98%
GREEN value IS 51 (20.31% from 255) = 48.11%
BLUE value IS 37 (14.84% from 255) = 34.91%
R=16.98%
G=48.11%
B=34.91%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1851370.6500.270.8154.5547.8313.53
Hex1233254101B509b30e
Octal2263451010331202336016
Binary1001011001110010110000010110111010000100110111100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123325; }

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

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

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

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

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

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

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

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