#125427

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

Shades of Crusoe #125427

Tints of Crusoe #125427

Color information

#125427 (or 0x125427) is unknown color: approx Crusoe. HEX triplet: 12, 54 and 27. RGB value is (18,84,39). Sum of RGB (Red+Green+Blue) = 18+84+39=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 84 (33.20% from 255 or 59.57% from 141); Blue value is 39 (15.62% from 255 or 27.66% from 141); Max value from RGB is 84 - color contains mainly: green. Hex color #125427 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125427 is #EDABD8. Grayscale: #3B3B3B. Windows color (decimal): -15576025 or 2577426. OLE color: 2577426.

HSL color Cylindrical-coordinate representation of color #125427: hue angle of 139.09º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #125427 is Cyan = 0.79, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB188439-
CMYK0.7900.540.67
HSL139.09º64.71%20%-
HSV(B)139.09º78.57%32.94%-
XYZ3.796.623-
YUV59.14116.6398.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.77%
GREEN value IS 84 (33.20% from 255) = 59.57%
BLUE value IS 39 (15.62% from 255) = 27.66%
R=12.77%
G=59.57%
B=27.66%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1884390.7900.540.67139.0964.7120
Hex1254274F036438b4114
Octal221244711706610321310124
Binary10010101010010011110011110110110100001110001011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125427; }

 p { color: rgb(18,84,39); }

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

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

 a { background-color: rgb(18,84,39); }

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

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

 span { border-color: rgb(18,84,39); }

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