#12511E

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

Shades of Crusoe #12511E

Tints of Crusoe #12511E

Color information

#12511E (or 0x12511E) is unknown color: approx Crusoe. HEX triplet: 12, 51 and 1E. RGB value is (18,81,30). Sum of RGB (Red+Green+Blue) = 18+81+30=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 81 (32.03% from 255 or 62.79% from 129); Blue value is 30 (12.11% from 255 or 23.26% from 129); Max value from RGB is 81 - color contains mainly: green. Hex color #12511E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12511E is #EDAEE1. Grayscale: #383838. Windows color (decimal): -15576802 or 1986834. OLE color: 1986834.

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

Color convert

RGB188130-
CMYK0.7800.630.68
HSL131.43º63.64%19.41%-
HSV(B)131.43º77.78%31.76%-
XYZ3.436.112.23-
YUV56.35113.13100.65-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.95%
GREEN value IS 81 (32.03% from 255) = 62.79%
BLUE value IS 30 (12.11% from 255) = 23.26%
R=13.95%
G=62.79%
B=23.26%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1881300.7800.630.68131.4363.6419.41
Hex12511E4E03F44834013
Octal221213611607710420310023
Binary1001010100011111010011100111111100010010000011100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12511E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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