#12511F

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

Shades of Crusoe #12511F

Tints of Crusoe #12511F

Color information

#12511F (or 0x12511F) is unknown color: approx Crusoe. HEX triplet: 12, 51 and 1F. RGB value is (18,81,31). Sum of RGB (Red+Green+Blue) = 18+81+31=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 81 (32.03% from 255 or 62.31% from 130); Blue value is 31 (12.5% from 255 or 23.85% from 130); Max value from RGB is 81 - color contains mainly: green. Hex color #12511F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12511F is #EDAEE0. Grayscale: #383838. Windows color (decimal): -15576801 or 2052370. OLE color: 2052370.

HSL color Cylindrical-coordinate representation of color #12511F: hue angle of 132.38º 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 #12511F is Cyan = 0.78, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB188131-
CMYK0.7800.620.68
HSL132.38º63.64%19.41%-
HSV(B)132.38º77.78%31.76%-
XYZ3.446.112.29-
YUV56.46113.63100.57-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.85%
GREEN value IS 81 (32.03% from 255) = 62.31%
BLUE value IS 31 (12.5% from 255) = 23.85%
R=13.85%
G=62.31%
B=23.85%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1881310.7800.620.68132.3863.6419.41
Hex12511F4E03E44844013
Octal221213711607610420410023
Binary1001010100011111110011100111110100010010000100100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12511F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12511F; }

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

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

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

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

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

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

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

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