#125128

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

Shades of Crusoe #125128

Tints of Crusoe #125128

Color information

#125128 (or 0x125128) is unknown color: approx Crusoe. HEX triplet: 12, 51 and 28. RGB value is (18,81,40). Sum of RGB (Red+Green+Blue) = 18+81+40=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 81 (32.03% from 255 or 58.27% from 139); Blue value is 40 (16.02% from 255 or 28.78% from 139); Max value from RGB is 81 - color contains mainly: green. Hex color #125128 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125128 is #EDAED7. Grayscale: #393939. Windows color (decimal): -15576792 or 2642194. OLE color: 2642194.

HSL color Cylindrical-coordinate representation of color #125128: hue angle of 140.95º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #125128 is Cyan = 0.78, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.68.

Color convert

RGB188140-
CMYK0.7800.510.68
HSL140.95º63.64%19.41%-
HSV(B)140.95º77.78%31.76%-
XYZ3.576.173.01-
YUV57.49118.1399.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.95%
GREEN value IS 81 (32.03% from 255) = 58.27%
BLUE value IS 40 (16.02% from 255) = 28.78%
R=12.95%
G=58.27%
B=28.78%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1881400.7800.510.68140.9563.6419.41
Hex1251284E033448d4013
Octal221215011606310421510023
Binary10010101000110100010011100110011100010010001101100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125128; }

 p { color: rgb(18,81,40); }

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

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

 a { background-color: rgb(18,81,40); }

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

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

 span { border-color: rgb(18,81,40); }

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