#123225

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

Shades of Cardin Green #123225

Tints of Cardin Green #123225

Color information

#123225 (or 0x123225) is unknown color: approx Cardin Green. HEX triplet: 12, 32 and 25. RGB value is (18,50,37). Sum of RGB (Red+Green+Blue) = 18+50+37=105 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.14% from 105); Green value is 50 (19.92% from 255 or 47.62% from 105); Blue value is 37 (14.84% from 255 or 35.24% from 105); Max value from RGB is 50 - color contains mainly: green. Hex color #123225 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123225 is #EDCDDA. Grayscale: #262626. Windows color (decimal): -15584731 or 2437650. OLE color: 2437650.

HSL color Cylindrical-coordinate representation of color #123225: hue angle of 155.62º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #123225 is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.80.

Color convert

RGB185037-
CMYK0.6400.260.80
HSL155.62º47.06%13.33%-
HSV(B)155.62º64%19.61%-
XYZ1.722.542.15-
YUV38.95126.9113.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.14%
GREEN value IS 50 (19.92% from 255) = 47.62%
BLUE value IS 37 (14.84% from 255) = 35.24%
R=17.14%
G=47.62%
B=35.24%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1850370.6400.260.80155.6247.0613.33
Hex1232254001A509c2fd
Octal2262451000321202345715
Binary1001011001010010110000000110101010000100111001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123225; }

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

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

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

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

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

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

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

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